mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-05 13:59:53 +01:00
added readme/setup guide
This commit is contained in:
parent
732e0791e8
commit
1c348a9829
40
README
Normal file
40
README
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
==================
|
||||||
|
INSTALLATION GUIDE
|
||||||
|
==================
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
------------
|
||||||
|
|
||||||
|
Core poly2tri lib:
|
||||||
|
- Standard Template Library
|
||||||
|
|
||||||
|
Testbed:
|
||||||
|
- gcc
|
||||||
|
- OpenGL
|
||||||
|
- GLFW (http://glfw.sf.net)
|
||||||
|
- Python
|
||||||
|
|
||||||
|
Waf (http://code.google.com/p/waf/) is used to compile the testbed, and
|
||||||
|
the Python waf script (86kb) is included in the repositoty.
|
||||||
|
|
||||||
|
Building the testbed
|
||||||
|
----------------------------------------------
|
||||||
|
|
||||||
|
Posix/MSYS environment:
|
||||||
|
|
||||||
|
./waf configure
|
||||||
|
./waf build
|
||||||
|
|
||||||
|
Windows command line:
|
||||||
|
|
||||||
|
python waf configure
|
||||||
|
python waf build
|
||||||
|
|
||||||
|
running the examples
|
||||||
|
----------------------------------------------
|
||||||
|
|
||||||
|
p2t <data file> <zoom>
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
./build/default/p2.exe testbed/data/dude.dat 1.0
|
Loading…
Reference in New Issue
Block a user