This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
TicketingSystem
mirror of
https://github.com/binhonglee/TicketingSystem
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Added specific install script for MacOS and updated README.md
Fixing-travis-yml
Tze Yi Yeoh
7 years ago
parent
c486ea3ab8
commit
5762b20344
3 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
README.md
+1
-0
install.sh
+5
-0
mac_install.sh
+ 7
- 0
README.md
View File
@@ -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
+ 1
- 0
install.sh
View File
@@ -1,3 +1,4 @@
sudo apt-get update
sudo apt-get install libjsoncpp-dev
cp lib/anttasks.jar ~
pushd ~
+ 5
- 0
mac_install.sh
View File
@@ -0,0 +1,5 @@
brew install jsoncpp
cp lib/anttasks.jar ~
pushd ~
jar xf anttasks.jar
pushd -0
Write
Preview
Loading…
Cancel
Save