|
Revision 119, 132 bytes
(checked in by DRK, 6 years ago)
|
* Added bindings for the Glitz and Xlib backends.
* Checked in cairooo: an OO layer on top of the cairo binding.
* Added snippets directory for cairooo
* Added basic tutorial on how to use cairooo
* Added a simple demo program.
* Added scripts for building import libraries.
* Fixed several bugs.
* Drank WAAY too much coffee.
|
| Line | |
|---|
| 1 |
#!/bin/bash |
|---|
| 2 |
|
|---|
| 3 |
if [ ! -d output ]; then |
|---|
| 4 |
mkdir output |
|---|
| 5 |
fi |
|---|
| 6 |
|
|---|
| 7 |
build -cleanup -release -I.. cairo_snippets_png && ./cairo_snippets_png |
|---|