This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-Tools
/
gb6
Watch
1
Star
0
Fork
0
You've already forked gb6
mirror of
https://github.com/mlaux/gb6.git
synced
2025-01-09 01:31:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
657dcb0da2
gb6
/
cli
/
compile.sh
7 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
build system now working with both CLI and system6
2019-10-22 04:51:46 +00:00
#!/bin/sh
mkdir -p build
cd
build
starting on lcd
2019-10-22 06:30:19 +00:00
cmake -DCMAKE_BUILD_TYPE
=
Debug ..
build system now working with both CLI and system6
2019-10-22 04:51:46 +00:00
make
cd
..
Reference in New Issue
Copy Permalink