diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-05 16:39:54 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-05 16:39:54 +0100 |
commit | 122253871c5e01197741c105a1c6159f960a57a8 (patch) | |
tree | 453cfd5e6660bf876c24472bfcd41e530f7eb4d2 /README.md | |
parent | release v0.0.2 (diff) | |
download | threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.gz threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.bz2 threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.xz threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.zst threshold-122253871c5e01197741c105a1c6159f960a57a8.zip |
FINALLY add cowboy
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -8,6 +8,18 @@ Most of the prototype features are done, but it is currenty very barebones. Feel free to fork & add features. +## Build + +- make sure you have rayib installed, then run : + +``` sh +mkdir build +cd build +cmake .. +./space +``` + + ## Work In progress - Visual improvements |