From 90c3131747970c03631b38875150b0129daa588b Mon Sep 17 00:00:00 2001 From: Petr Hosek <phosek@google.com> Date: Fri, 24 Aug 2018 23:48:22 -0700 Subject: [PATCH] Update build dependencies Most of the packages are no longer necessary since we now ship most tools needed as part of the build as prebuilts. Change-Id: If843b4c8e66c601122bd4be8eeb6067d51674f64 --- getting_started.md | 40 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/getting_started.md b/getting_started.md index 565e9eb5e88..0f4010e0f89 100644 --- a/getting_started.md +++ b/getting_started.md @@ -19,44 +19,24 @@ doc. ## Prerequisites -### Prepare your build environment (Once per build environment) +### Prepare your build environment (once per build environment) -### Ubuntu +#### Debian ``` -sudo apt-get install texinfo libglib2.0-dev liblz4-tool autoconf libtool libsdl-dev build-essential golang git curl unzip +sudo apt-get install build-essential curl git python unzip ``` -### macOS +#### macOS -1. Install the Xcode Command Line Tools: +1. Install Command Line Tools: -``` -xcode-select --install -``` - -1. In addition to the Xcode Command Line tools, you also need to - install a recent version of the full Xcode. - Download Xcode from https://developer.apple.com/xcode/. + ``` + xcode-select --install + ``` -1. Install the other pre-reqs: - -* Using Homebrew: - -``` -# Install Homebrew -/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -# Install packages -brew install wget pkg-config glib autoconf automake libtool golang -``` - -* Using MacPorts: - -``` -# Install MacPorts -# See https://guide.macports.org/chunked/installing.macports.html -port install autoconf automake libtool libpixman pkgconfig glib2 -``` +1. In addition to Command Line Tools, you also need to + install a recent version of [Xcode](https://developer.apple.com/xcode/). ### [Googlers only] Goma -- GitLab