changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / tools/deps.nu

changeset 17: e4c9ec452eb6
author: ellis <ellis@rwest.io>
date: Sat, 27 May 2023 21:07:55 -0400
permissions: -rw-r--r--
description: ui work
1 
2 pacman -Sy sbcl
3 curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp
4 sbcl --no-sysinit --no-userinit --load /tmp/ql.lisp \
5  --eval '(quicklisp-quickstart:install :path "~/.quicklisp")' \
6  --eval '(ql:add-to-init-file)' \
7  --quit
8 sbcl --eval '(ql:quickload :quicklisp-slime-helper)' --quit
9 # (load (expand-file-name "~/.quicklisp/slime-helper.el"))
10 # (setq inferior-lisp-program "sbcl")
11 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
12 cargo install cbindgen --force
13 cargo install slint-lsp --git https://github.com/slint-ui/slint --force