2023-01-05 07:10:57 +00:00
|
|
|
# Building (Linux)
|
|
|
|
|
|
|
|
1. Aquire [srcweave](https://github.com/justinmeiners/srcweave). (see below for installation instructions)
|
|
|
|
2. Aquire golang
|
|
|
|
3. Run `make build`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Installing srcweave
|
|
|
|
|
|
|
|
1. Install sbcl (steel bank common lisp)
|
2023-03-07 04:15:02 +00:00
|
|
|
2. Install quicklisp (instructions: [https://quicklisp.org/beta/](https://quicklisp.org/beta/))
|
2023-01-05 07:10:57 +00:00
|
|
|
3. `git clone https://github.com/justinmeiners/srcweave`
|
|
|
|
4. `cd srcweave`
|
|
|
|
5. `make; make install`
|