-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (22 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
----------------------------------------------------------
Compiling
----------------------------------------------------------
* Launch the configure tool './configure'. You can list the
possible options by typing './configure --help'.
* Type 'make' to compile qemacs and its associated tools.
* Type 'make install' as root to install it in /usr/local.
* Image support is provided via the public domain stb_image
package. Source: http://nothings.org/stb_image.h
* FFmpeg image, audio and video support is currently broken
and disabled
----------------------------------------------------------
Documentation
----------------------------------------------------------
Read the file qe-doc.html.
----------------------------------------------------------
Licensing
----------------------------------------------------------
QEmacs is released under the GNU Lesser General Public License
(read the accompagning COPYING file).
Fabrice Bellard.
Charlie Gordon.