/readme.txt
http://github.com/AndrejMitrovic/cairoDSamples · Plain Text · 17 lines · 12 code · 5 blank · 0 comment · 0 complexity · ae25924f3d94485de63d94d8840c96f7 MD5 · raw file
- == Installation ==
- 1. Clone with: git clone --recursive
- 2. Run \src\lib\cairoD\src\build.bat
- 3. Run \src\lib\WindowsAPI\dmd_build.bat
- == Compiling ==
- Compile a sample with: "build sample"
- == Note ==
- gl_mask_test.d won't compile yet until OpenGL issues are resolved.
- == Info ==
- Test samples for cairoD with various backends and contexts, such as PangoCairo and OpenGL.
- NOTE: The cairo DLL doesn't come built with OpenGL support. Until I manage to get a win32 build with the GL backend turned on you won't be able to compile the GL examples.
- All samples are Boost-licensed unless otherwise noted (some code was taken from the web and I've made a note in those files).