f089202286
Switch to scanning runes in client since go fmt scanning ignores spaces because of excellent design
15 lines
425 B
Markdown
15 lines
425 B
Markdown
# 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)
|
|
2. Install quicklisp (instructions: [https://quicklisp.org/beta/](https://quicklisp.org/beta/])
|
|
3. `git clone https://github.com/justinmeiners/srcweave`
|
|
4. `cd srcweave`
|
|
5. `make; make install` |