mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
READMEs: switch back to still valid "ecl -shell" (for older ECLs)
This commit is contained in:
parent
0458ee21af
commit
aecb1bd308
3 changed files with 4 additions and 4 deletions
|
|
@ -90,7 +90,7 @@ BUILD
|
|||
|
||||
1) In src/ run:
|
||||
|
||||
ecl --shell make-eql-lib.lisp
|
||||
ecl -shell make-eql-lib.lisp
|
||||
|
||||
2) Do:
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ REBUILD STEPS (on every upgrade of: ECL, Qt, EQL)
|
|||
|
||||
for readline (Unix):
|
||||
|
||||
ecl --compile src/lisp/ecl-readline.lisp
|
||||
ecl -compile src/lisp/ecl-readline.lisp
|
||||
|
||||
Optionally (integrate wrapper functions):
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ If you miss a Qt class, add it in ./my-class-lists/<module>/:
|
|||
n-names.lisp: non QObject derived classes
|
||||
|
||||
Run these commands in order: (after setting the *qt-documentation-path* in share.lisp)
|
||||
ecl --shell parse.lisp
|
||||
ecl --shell generate.lisp
|
||||
ecl -shell parse.lisp
|
||||
ecl -shell generate.lisp
|
||||
|
||||
Take a look at missing-types.txt:
|
||||
These types are currently not available, as they must be integrated manually (by the author).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue