Revise buildapp instructions now that we use our fork of cl-csv (temporarily).

This commit is contained in:
Dimitri Fontaine 2013-10-13 23:14:26 +02:00
parent e1d2bd1318
commit c84b8d63d1

View File

@ -77,13 +77,13 @@ When you're a Common Lisp developper or otherwise already using Quicklisp
with some *local-projects* and a local source registry setup for *asdf*, use
a command line like this:
./buildapp --logfile /tmp/build.log \
--asdf-path ~/quicklisp/local-projects/Postmodern/ \
--manifest-file ./manifest.ql \
--asdf-tree ~/quicklisp/dists \
--load-system pgloader \
--entry pgloader:main \
--dynamic-space-size 4096 \
./buildapp --logfile /tmp/build.log \
--asdf-tree ~/quicklisp/local-projects \
--manifest-file ./manifest.ql \
--asdf-tree ~/quicklisp/dists \
--load-system pgloader \
--entry pgloader:main \
--dynamic-space-size 4096 \
--output pgloader.exe
That command requires a `manifest.ql` file that you can obtain with the lisp