summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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