使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
binhong
/
TicketingSystem
镜像自地址
https://github.com/binhonglee/TicketingSystem
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Added specific install script for MacOS and updated README.md
Fixing-travis-yml
Tze Yi Yeoh
7 年前
父节点
c486ea3ab8
当前提交
5762b20344
共有
3 个文件被更改
,包括
13 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 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
撰写
预览
正在加载...
取消
保存