summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..fe2ea00
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+eina_graph 0.0.1
+
+******************************************************************************
+
+ FOR ANY ISSUES PLEASE EMAIL:
+ jeremy@asynk.ch
+
+******************************************************************************
+
+Requirements:
+-------------
+
+Must:
+ libc
+ eina 1.8 (part of EFL)
+
+------------------------------------------------------------------------------
+
+COMPILING AND INSTALLING:
+
+ $ ./configure
+ $ make
+(as root unless you are installing in your users directories):
+ $ make install
+