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
c3b6b203
Commit
c3b6b203
authored
Jan 27, 2015
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 'package managers' section to installation instructions.
parent
fa9d0499
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
install.md
doc/install.md
+13
-4
No files found.
doc/install.md
View file @
c3b6b203
...
...
@@ -78,6 +78,8 @@ package from [Apple](https://developer.apple.com/downloads/) or compiler builds
## Installation: Unix
**From Release Tarball**
You may download and install the release version of Cap'n Proto like so:
<pre><code>
curl -O
<a
href=
"https://capnproto.org/capnproto-c++-0.0.0.tar.gz"
>
https://capnproto.org/capnproto-c++-0.0.0.tar.gz
</a>
...
...
@@ -91,6 +93,15 @@ This will install `capnp`, the Cap'n Proto command-line tool. It will also inst
`libcapnpc`
, and
`libkj`
in
`/usr/local/lib`
and headers in
`/usr/local/include/capnp`
and
`/usr/local/include/kj`
.
**From Package Managers**
Some package managers include Cap'n Proto packages.
Note: These packages are not maintained by us and are sometimes not up to date with the latest Cap'n Proto release.
*
Debian / Ubuntu:
`apt-get install capnproto`
*
Homebrew (OSX):
`brew install capnp`
**From Git**
If you download directly from Git, you will need to have the GNU autotools --
...
...
@@ -108,12 +119,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
**From Release Zip**
1.
Download Cap'n Proto Win32 build:
<pre><a
href=
"https://capnproto.org/capnproto-c++-win32-0.0.0.zip"
>
https://capnproto.org/capnproto-c++-win32-0.0.0.zip
</a></pre>
...
...
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