2 Welcome to the Lisaac compiler !
6 The first compiler for Object Prototype Language !
14 For a userland installation in your system, simply use :
16 make interactive_userland
18 For a full system installation :
21 make install (as root)
23 Run `lisaac' to compile.
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:
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.