mirror of
https://github.com/darlinghq/xcbuild.git
synced 2024-11-27 05:50:27 +00:00
Update documentation for required packages on Linux.
This commit is contained in:
parent
4d2c960da2
commit
7fbcb6a097
@ -36,7 +36,7 @@ xcbuild and [xctool](https://github.com/facebook/xctool) are both Xcode-compatib
|
||||
[![Build Status](https://travis-ci.org/facebook/xcbuild.svg?branch=master)](https://travis-ci.org/facebook/xcbuild)
|
||||
|
||||
- Xcode 7 or later, on OS X.
|
||||
- GCC 4.8 or later, on Linux. `libxml2-dev` and `pkg-config` are also required.
|
||||
- GCC 4.8 or later, on Linux. `libpng16-dev`, `zlib1g-dev`, `libxml2-dev`, and `pkg-config` are also required.
|
||||
- [CMake](http://www.cmake.org) and [Ninja](https://ninja-build.org/) (or [llbuild](https://github.com/apple/swift-llbuild)).
|
||||
- With [Homebrew](http://brew.sh/): `brew install cmake ninja`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user