aboutsummaryrefslogtreecommitdiffstats
path: root/egraph/README
diff options
context:
space:
mode:
Diffstat (limited to 'egraph/README')
-rw-r--r--egraph/README47
1 files changed, 0 insertions, 47 deletions
diff --git a/egraph/README b/egraph/README
deleted file mode 100644
index 4f15401..0000000
--- a/egraph/README
+++ /dev/null
@@ -1,47 +0,0 @@
-egraph - library for rendering dynamic graphs in evas
-
-Requirements
-============
-
-* Enlightenment Foundation Libraries
-http://www.enlightenment.org
- * eina
- * evas
- * ecore
- * efx
-
-* igraph v0.6
-http://igraph.sourceforge.net/index.html
- * for Ubuntu: v0.6 is *not* available in ubuntu packages
-You can download it here :
-http://sourceforge.net/projects/igraph/files/C%20library/0.6/igraph-0.6.tar.gz/download
- * for Archlinux: yaourt -S igraph
-
-Installation
-============
-
-make
-sudo make install
-
-You can run the demoapp in examples :
-make -C examples
-./examples/demoapp
-
-You can use OpenGL rendering :
-ELM_ENGINE=opengl_x11 ./examples/demoapp
-
-Thanks
-======
-
-Thanks to ntamas (http://sixdegrees.hu/) for her advices on igraph.
-Thanks to cedric for tech advices on evas / edje.
-Thanks to vtorri for tech advices on evas / edje.
-Thanks to zmike for tech advices on efx.
-Thanks to raster for tech advices on evas / elementary.
-Thanks to ludivina for graphical advices.
-
-History
-=======
-
-Egraph was developped for the Glouglou Network Map (gg_map), a tool for
-live computer network visualisation based on the Glouglou framework.