Unix
Install
- Install git, guile and libuv
- apt install git guile libuv1
- Download the latest release
- Unpack it and cd into the directory
Run
./configure
make install
Guix notes
On guix you need to be in guix shell with glibc to run schubert.
guix shell glibc
this is unfortunate but it will be fixed at some point.
Propably easiest way to install on guix is installing to user directory and then adding that into your path:
make PREFIX=${HOME}/.local install
and then add:
export PATH="${HOME}/.local:$PATH"
into end of your ~/.bashrc file