diff options
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -4,6 +4,19 @@ That linux library was very buggy. The [camilstaps/ObjectIO][my_objectio] repository is an attempt to fix that library. This repository contains example programs, most of which are from [the tutorial][objectio_tut]. +# Setting up + + $ git clone https://github.com/camilstaps/ObjectIO-examples + $ cd ObjectIO-examples + +Change the `CLEANHOME`, `CLEANLIB` and `OBJECTIO` variables to match your setup. + + $ make + +After this, you may run examples with `make`: + + $ make drawingframe run + # Legal The ObjectIO library and the example programs from [the tutorial][objectio_tut] are subject to the [Clean License Conditions][clean_license], which means they are available under the LGPL and a commercial license. |