READMEs: switch back to still valid "ecl -shell" (for older ECLs)

This commit is contained in:
polos 2017-03-04 18:44:28 +01:00
parent 0458ee21af
commit aecb1bd308
3 changed files with 4 additions and 4 deletions

View file

@ -90,7 +90,7 @@ BUILD
1) In src/ run: 1) In src/ run:
ecl --shell make-eql-lib.lisp ecl -shell make-eql-lib.lisp
2) Do: 2) Do:

View file

@ -16,7 +16,7 @@ REBUILD STEPS (on every upgrade of: ECL, Qt, EQL)
for readline (Unix): for readline (Unix):
ecl --compile src/lisp/ecl-readline.lisp ecl -compile src/lisp/ecl-readline.lisp
Optionally (integrate wrapper functions): Optionally (integrate wrapper functions):

View file

@ -10,8 +10,8 @@ If you miss a Qt class, add it in ./my-class-lists/<module>/:
n-names.lisp: non QObject derived classes n-names.lisp: non QObject derived classes
Run these commands in order: (after setting the *qt-documentation-path* in share.lisp) Run these commands in order: (after setting the *qt-documentation-path* in share.lisp)
ecl --shell parse.lisp ecl -shell parse.lisp
ecl --shell generate.lisp ecl -shell generate.lisp
Take a look at missing-types.txt: Take a look at missing-types.txt:
These types are currently not available, as they must be integrated manually (by the author). These types are currently not available, as they must be integrated manually (by the author).