このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
binhong
/
TicketingSystem
ミラー元
https://github.com/binhonglee/TicketingSystem
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Added specific install script for MacOS and updated README.md
Fixing-travis-yml
Tze Yi Yeoh
7年前
親
c486ea3ab8
コミット
5762b20344
3個のファイルの変更
、
13行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+7
-0
README.md
+1
-0
install.sh
+5
-0
mac_install.sh
+ 7
- 0
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
+ 1
- 0
install.sh
ファイルの表示
@@ -1,3 +1,4 @@
sudo apt-get update
sudo apt-get install libjsoncpp-dev
cp lib/anttasks.jar ~
pushd ~
+ 5
- 0
mac_install.sh
ファイルの表示
@@ -0,0 +1,5 @@
brew install jsoncpp
cp lib/anttasks.jar ~
pushd ~
jar xf anttasks.jar
pushd -0
書き込み
プレビュー
読み込み中…
キャンセル
保存