Imported Debian patch 0.13.1-3
[pkg-lisaac.git] / README
bloba0b25a0948826c2abdd2b64ae99129f2be57ac72
2            Welcome to the Lisaac compiler !
4                         ~~~~
6 The first compiler for Object Prototype Language !
8 Install.
9 ========
11 * Linux/Unix:
12 -------------
14 For a userland installation in your system, simply use : 
16     make interactive_userland
18 For a full system installation : 
19         
20     make
21                 make install (as root)
23 Run `lisaac' to compile.
25 * Windows/Dos:
26 --------------
28 1- Download from our site:
29    * mingw.zip, for C compiler and binutils (GCC for Windows)
30    * emacs_207.zip, for Lisaac editor facilities
31    * last lisaac compiler version (>= 0.11)
33 2- Uncompress mingw to c:\ and emacs...
35 3- Install mingw package.
37 4- Update your C:\AUTOEXEC.BAT:
38 Append with good path:
40 REM **** MINGW ****
41 set path=d:/mingw\bin;%path%
43 5- Reboot or reloaded AUTOEXEC.BAT
45 6- In lisaac directory, run 'make interactive_userland'
47 7- Run 'install_lisaac' to finish the installation
49 8- Reboot or reloaded AUTOEXEC.BAT
51 Directory description.
52 ======================
54   ./lib      : Standard Library for Lisaac.
55   ./lib_os   : Library for Unix and Windows and Dos (Input/Output,FileSystem)
56   ./lib_html : Library documentation.
57   ./src      : Source compiler.
58   ./bin      : Executable file compiler (and C source).
59   ./editor   : Lisaac mode for Editor (Emacs, Kate, Vim).
60   ./manual   : Manual reference Lisaac language (PS format).
61   ./shorter  : Mode for shorter program.
62   ./example  : Example Lisaac source code. 
65 Good luck,
66 Best regards,
68      Lisaac team.