aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorCamil Staps2015-08-19 11:07:55 +0200
committerCamil Staps2015-08-19 11:07:55 +0200
commit6b66ad843b6798d1a1910760c18d567f83d06bc8 (patch)
treee38aed893f4ef2453e0c3e3e440457bdcfeda683 /Readme.md
parentLicense, readme (diff)
Setting up
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 16544c1..e0fa966 100644
--- a/Readme.md
+++ b/Readme.md
@@ -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.