本網站在啟用 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 行删除
分割檢視
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
查看文件
@@ -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
Write
Preview
Loading…
取消
儲存