aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
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.