changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / tools/deps.nu

revision 17: e4c9ec452eb6
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/tools/deps.nu	Sat May 27 21:07:55 2023 -0400
     1.3@@ -0,0 +1,13 @@
     1.4+
     1.5+pacman -Sy sbcl
     1.6+curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp
     1.7+sbcl --no-sysinit --no-userinit --load /tmp/ql.lisp \
     1.8+       --eval '(quicklisp-quickstart:install :path "~/.quicklisp")' \
     1.9+       --eval '(ql:add-to-init-file)' \
    1.10+       --quit
    1.11+sbcl --eval '(ql:quickload :quicklisp-slime-helper)' --quit
    1.12+# (load (expand-file-name "~/.quicklisp/slime-helper.el"))
    1.13+# (setq inferior-lisp-program "sbcl")
    1.14+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    1.15+cargo install cbindgen --force
    1.16+cargo install slint-lsp --git https://github.com/slint-ui/slint --force
    1.17\ No newline at end of file