Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
30d0fdb5
Commit
30d0fdb5
authored
Jun 14, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention how to get Xcode cli tools.
parent
a86e7c50
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
install.md
doc/install.md
+5
-2
No files found.
doc/install.md
View file @
30d0fdb5
...
...
@@ -211,7 +211,10 @@ quirks in that you will want to use libc++ (LLVM's implementation of the standar
rather than libstdc++ (GCC's implementation). These problems can be worked around as described
below.
First, download the Clang 3.2 binaries and put them somewhere easy to remember:
First, you need the Xcode command-line tools. Download Xcode from the app store. Then, open Xcode,
go to Xcode menu > Preferences > Downloads, and choose to install "Command Line Tools".
Next, download the Clang 3.2 binaries and put them somewhere easy to remember:
curl -O http://llvm.org/releases/3.2/clang+llvm-3.2-x86_64-apple-darwin11.tar.gz
tar zxf clang+llvm-3.2-x86_64-apple-darwin11.tar.gz
...
...
@@ -256,4 +259,4 @@ compiler.
make -j4 check
sudo make install
Phew. Here's hoping that X
C
ode 5.0 and a future Google Test release will simplify all this!
Phew. Here's hoping that X
c
ode 5.0 and a future Google Test release will simplify all this!
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment