-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
29 lines (20 loc) · 996 Bytes
/
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
----------------------------------------------------------
Compiling
----------------------------------------------------------
* If you want image, audio and video support, download FFmpeg at
http://ffmpeg.org and install it in the qemacs/ directory (it should
be in qemacs/ffmpeg).
* Launch the configure tool './configure'. You can look at 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.
----------------------------------------------------------
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.