Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
binhong
/
TicketingSystem
mirror da
https://github.com/binhonglee/TicketingSystem
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Added specific install script for MacOS and updated README.md
Fixing-travis-yml
Tze Yi Yeoh
7 anni fa
parent
c486ea3ab8
commit
5762b20344
3 ha cambiato i file
con
13 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+7
-0
README.md
+1
-0
install.sh
+5
-0
mac_install.sh
+ 7
- 0
README.md
Vedi 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
Vedi 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
Vedi File
@@ -0,0 +1,5 @@
brew install jsoncpp
cp lib/anttasks.jar ~
pushd ~
jar xf anttasks.jar
pushd -0
Scrivi
Anteprima
Caricamento…
Annulla
Salva