Browse Source

Extra build instructions

master
Devine Lu Linvega 6 years ago
parent
commit
e6b5f8508e
  1. 2
      README.md

2
README.md

@ -13,3 +13,5 @@ build/debug/acro
it also builds the debug symbols into the binary, so you can use a c/c++ debugger (like gdb or lldb) to step through the program and see the source code as it executes
- `make release` will turn most optimizations on and strip out all of the unnecessary stuff which is the one you'd usually use for real or for giving to other people
- `make clean` to blow away the build/ directory
- `make debug_cli` will make only `orca`.
- `make debug_tui` will make only `orca_tui`.
Loading…
Cancel
Save