소스 검색

Added specific install script for MacOS and updated README.md

Fixing-travis-yml
Tze Yi Yeoh 7 년 전
부모
커밋
5762b20344
3개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      README.md
  2. +1
    -0
      install.sh
  3. +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

불러오는 중...
취소
저장