From 7df545ef9faa7f575e411a593d18fbb13c7e8e78 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 13 Feb 2017 17:24:15 +0100 Subject: +Added README --- tree/Readme | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tree/Readme 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 -- cgit v1.2.3