425 B
425 B
Building (Linux)
- Aquire srcweave. (see below for installation instructions)
- Aquire golang
- Run
make build
Installing srcweave
- Install sbcl (steel bank common lisp)
- Install quicklisp (instructions: https://quicklisp.org/beta/)
git clone https://github.com/justinmeiners/srcweave
cd srcweave
make; make install