diff --git a/README.md b/README.md index 81c7a21..227c4eb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ For detailed code documentations, please visit [https://binhonglee.github.io/Tic This program is still in progress and is currently in a **NOT WORKING** condition. +## Requirements + +1. Git +2. JDK +3. Apache Ant +4. (Mac) jsoncpp or brew + ## Installation ```sh diff --git a/install.sh b/install.sh index 083685d..3c1b205 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,4 @@ +sudo apt-get update sudo apt-get install libjsoncpp-dev cp lib/anttasks.jar ~ pushd ~ diff --git a/mac_install.sh b/mac_install.sh new file mode 100644 index 0000000..0c32d3e --- /dev/null +++ b/mac_install.sh @@ -0,0 +1,5 @@ +brew install jsoncpp +cp lib/anttasks.jar ~ +pushd ~ +jar xf anttasks.jar +pushd -0