diff options
author | Camil Staps | 2015-08-19 11:07:55 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-19 11:07:55 +0200 |
commit | 6b66ad843b6798d1a1910760c18d567f83d06bc8 (patch) | |
tree | e38aed893f4ef2453e0c3e3e440457bdcfeda683 /Readme.md | |
parent | License, readme (diff) |
Setting up
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. |