mirror of
https://github.com/FizzyApple12/Waccon.git
synced 2026-09-22 23:08:05 +03:00
5 lines
89 B
Bash
5 lines
89 B
Bash
mkdir -p build
|
|
cd build
|
|
cmake -G "Unix Makefiles" ..
|
|
make wacca_protocol_translator
|
|
cd .. |