Added very basic instructions
parent
65a2767c02
commit
dba9f63746
19
README.md
19
README.md
|
@ -1,3 +1,22 @@
|
|||
ProtoT - Fun 3D programming prototyping environment
|
||||
Copyright (c) 2016 - Martin Felis <martin@fysx.org
|
||||
|
||||
mkdir build/
|
||||
cd build/
|
||||
ccmake ../ -DGLFW_BUILD_DOCS=OFF -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF
|
||||
make -j4
|
||||
cd src/modules/
|
||||
cp ../../../src/modules/autorebuild.sh .
|
||||
./autorebuild.sh
|
||||
|
||||
press ctrl-z
|
||||
|
||||
fg
|
||||
|
||||
cd -
|
||||
|
||||
./protot
|
||||
|
||||
Edit code in ../src/modules/
|
||||
|
||||
Enjoy!
|
||||
|
|
Loading…
Reference in New Issue