Skip to content

Commit

Permalink
Merge pull request #302 from google/amend_osx_build_instruction
Browse files Browse the repository at this point in the history
OSX build does not require Ninja yet.
  • Loading branch information
yukawa committed Sep 20, 2015
2 parents f551002 + 74bb780 commit 2e474ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ os:

language: objective-c

install:
- git -C src/third_party clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
- export PATH="$PATH":`pwd`/src/third_party/depot_tools

script:
- cd ./src
- GYP_DEFINES="mac_sdk=10.9 mac_deployment_target=10.8" python build_mozc.py gyp --noqt
Expand Down
1 change: 0 additions & 1 deletion doc/build_mozc_in_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ We only support OS X 10.7 or later intel only.
Building on Mac requires the following software.

* Xcode
* [Ninja](https://github.com/martine/ninja)

If you don't need to run gui tools like about dialog, config dialog, or dictionary tool, you can omit installing Qt. Candidate window still shows without Qt. See below for the detailed information.

Expand Down

0 comments on commit 2e474ce

Please sign in to comment.