Skip to content

Commit

Permalink
Install quicklisp dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Nov 2, 2023
1 parent b59c26f commit a8b939c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ if [ ! -f "$QLOT_SOURCE_DIR/.bundle-libs/bundle.lisp" ]; then
--eval "(asdf:load-asd #P\"$QLOT_SOURCE_DIR/qlot.asd\")" \
--eval '(asdf:load-system :qlot/install/quicklisp)' \
--eval "(qlot/install/quicklisp:install-quicklisp \"$QLOT_SOURCE_DIR/.qlot/\")"
if [ ! -d "$QLOT_SOURCE_DIR/.qlot/dists/quicklisp" ]; then
$lisp --noinform --no-sysinit --no-userinit --non-interactive \
--load "$QLOT_SOURCE_DIR/.qlot/setup.lisp" \
--eval '(ql-dist:install-dist "https://beta.quicklisp.org/dist/quicklisp.txt" :prompt nil)'
fi
else
$lisp --noinform --no-sysinit --no-userinit --non-interactive \
--load $QLOT_SOURCE_DIR/.qlot/setup.lisp \
Expand Down

0 comments on commit a8b939c

Please sign in to comment.