gosmartkeyboard/Building.md
Kevin F f089202286 Add building.md
Switch to scanning runes in client since go fmt scanning ignores spaces because of excellent design
2023-01-05 01:10:57 -06:00

425 B

Building (Linux)

  1. Aquire 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/
  3. git clone https://github.com/justinmeiners/srcweave
  4. cd srcweave
  5. make; make install