summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-12-06 15:05:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-12-06 15:05:31 +0100
commitca99540270f229485e64caed4aa949e129ddf1d8 (patch)
treea7fd9f49078ceb25c6f4d01f0c8bb8505f78dd7c /README
downloadeina_graph-ca99540270f229485e64caed4aa949e129ddf1d8.zip
eina_graph-ca99540270f229485e64caed4aa949e129ddf1d8.tar.gz
Initial commit
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
+