Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
binhong
/
TicketingSystem
kopie van
https://github.com/binhonglee/TicketingSystem
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Added specific install script for MacOS and updated README.md
Fixing-travis-yml
Tze Yi Yeoh
7 jaren geleden
bovenliggende
c486ea3ab8
commit
5762b20344
3 gewijzigde bestanden
met
toevoegingen van 13
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+7
-0
README.md
+1
-0
install.sh
+5
-0
mac_install.sh
+ 7
- 0
README.md
Bestand weergeven
@@ -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
Bestand weergeven
@@ -1,3 +1,4 @@
sudo apt-get update
sudo apt-get install libjsoncpp-dev
cp lib/anttasks.jar ~
pushd ~
+ 5
- 0
mac_install.sh
Bestand weergeven
@@ -0,0 +1,5 @@
brew install jsoncpp
cp lib/anttasks.jar ~
pushd ~
jar xf anttasks.jar
pushd -0
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan