diff --git a/README-1.txt b/README-1.txt index 2ba6da9..2a2132a 100644 --- a/README-1.txt +++ b/README-1.txt @@ -90,7 +90,7 @@ BUILD 1) In src/ run: - ecl --shell make-eql-lib.lisp + ecl -shell make-eql-lib.lisp 2) Do: diff --git a/README-2-REBUILD.txt b/README-2-REBUILD.txt index 228cd25..09f6471 100644 --- a/README-2-REBUILD.txt +++ b/README-2-REBUILD.txt @@ -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): diff --git a/helper/README.txt b/helper/README.txt index d4452f3..39d7441 100644 --- a/helper/README.txt +++ b/helper/README.txt @@ -10,8 +10,8 @@ If you miss a Qt class, add it in ./my-class-lists//: 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).