mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 19:06:11 +02:00
Revise buildapp instructions now that we use our fork of cl-csv (temporarily).
This commit is contained in:
parent
e1d2bd1318
commit
c84b8d63d1
14
README.md
14
README.md
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user