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
23ab833b
Commit
23ab833b
authored
Jan 26, 2015
by
Prajwal Tuladhar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add installation doc from brew for Mac OS X
parent
6197cc1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
install.md
doc/install.md
+6
-2
No files found.
doc/install.md
View file @
23ab833b
...
...
@@ -108,6 +108,10 @@ installed (in addition to Git) in order to fetch the Google Test sources (done b
make -j6 check
sudo make install
**From Brew (Mac OS X)**
<pre><code>
brew install capnp
</code></pre>
## Installation: Windows
1.
Download Cap'n Proto Win32 build:
...
...
@@ -141,13 +145,13 @@ If you want to use Cap'n Proto in C++ with Visual Studio, do the following:
5.
Build the solution (
`ALL_BUILD`
).
6.
Build the
`INSTALL`
project to copy the compiled libraries and header files into
`CMAKE_INSTALL_PREFIX`
.
Alternatively, find the compiled
`.lib`
files in the build directory under
`src/{capnp,kj}/{Debug,Release}`
and place them somewhere where your project can link against them.
Also add the
`src`
directory to your search path for
`#include`
s, or copy all the headers to your
project's include directory.
7.
Add
`#define CAPNP_LITE 1`
to either your project's precompiled/shared header or compiler options.
7.
Add
`#define CAPNP_LITE 1`
to either your project's precompiled/shared header or compiler options.
**From Git**
...
...
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