summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas <Jonas@Jonas-PC> 2017-02-13 17:24:15 +0100
committerGravatar Jonas <Jonas@Jonas-PC> 2017-02-13 17:24:15 +0100
commit7df545ef9faa7f575e411a593d18fbb13c7e8e78 (patch)
treea05c2b7ae2101efbdac50fca96ad5851671ec862
parentb3265d3939ba43275066967a673afc90ee035f8e (diff)
downloadtree-7df545ef9faa7f575e411a593d18fbb13c7e8e78.tar.gz
+Added README
-rw-r--r--tree/Readme33
1 files changed, 33 insertions, 0 deletions
diff --git a/tree/Readme b/tree/Readme
new file mode 100644
index 0000000..ff5d3d2
--- /dev/null
+++ b/tree/Readme
@@ -0,0 +1,33 @@
+tree
+by Jonas Gunz, 2/2017
+
+Implements a tree datastructure
+
+WINDOWS
+=======
+use MinGW (mingw.org) GCC Compiler
+Make sure C:\MinGW\bin and C:\MinGW\msys\1.0\bin are added to the PATH system variable!
+
+LINUX / UNIX
+============
+use standard gcc, g++ and make as supplied with your distribution
+
+BUILD INSTRUCTIONS
+==================
+
+Build with
+
+cd ./Debug
+make all
+
+Run with
+
+cd ./Debug
+./tree
+
+clean with
+cd ./Debug
+make clean
+
+Source in
+./src