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
2d8c271d
Commit
2d8c271d
authored
May 01, 2017
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set release branch version to 0.6.0.
parent
53199721
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
CMakeLists.txt
c++/CMakeLists.txt
+1
-1
configure.ac
c++/configure.ac
+1
-1
install.md
doc/install.md
+6
-6
No files found.
c++/CMakeLists.txt
View file @
2d8c271d
project
(
"Cap'n Proto"
CXX
)
cmake_minimum_required
(
VERSION 3.1
)
set
(
VERSION 0.6.0
-rc2
)
set
(
VERSION 0.6.0
)
set
(
CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake"
)
...
...
c++/configure.ac
View file @
2d8c271d
## Process this file with autoconf to produce configure.
AC_INIT([Capn Proto],[0.6.0
-rc2
],[capnproto@googlegroups.com],[capnproto-c++])
AC_INIT([Capn Proto],[0.6.0],[capnproto@googlegroups.com],[capnproto-c++])
AC_CONFIG_SRCDIR([src/capnp/layout.c++])
AC_CONFIG_AUX_DIR([build-aux])
...
...
doc/install.md
View file @
2d8c271d
...
...
@@ -84,9 +84,9 @@ package from [Apple](https://developer.apple.com/downloads/) or compiler builds
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>
tar zxf capnproto-c++-0.
0
.0.tar.gz
cd capnproto-c++-0.
0
.0
<pre><code>
curl -O
<a
href=
"https://capnproto.org/capnproto-c++-0.
6.0.tar.gz"
>
https://capnproto.org/capnproto-c++-0.6
.0.tar.gz
</a>
tar zxf capnproto-c++-0.
6
.0.tar.gz
cd capnproto-c++-0.
6
.0
./configure
make -j6 check
sudo make install
</code></pre>
...
...
@@ -124,9 +124,9 @@ If you download directly from Git, you will need to have the GNU autotools --
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>
<pre><a
href=
"https://capnproto.org/capnproto-c++-win32-0.
6.0.zip"
>
https://capnproto.org/capnproto-c++-win32-0.6
.0.zip
</a></pre>
2.
Find
`capnp.exe`
,
`capnpc-c++.exe`
, and
`capnpc-capnp.exe`
under
`capnproto-tools-win32-0.
0
.0`
in
2.
Find
`capnp.exe`
,
`capnpc-c++.exe`
, and
`capnpc-capnp.exe`
under
`capnproto-tools-win32-0.
6
.0`
in
the zip and copy them somewhere.
If you don't care about C++ support, you can stop here. The compiler exe can be used with plugins
...
...
@@ -140,7 +140,7 @@ If you want to use Cap'n Proto in C++ with Visual Studio, do the following:
2.
Install
[
CMake
](
http://www.cmake.org/
)
version 3.1 or later.
3.
Use CMake to generate Visual Studio project files under
`capnproto-c++-0.
0
.0`
in the zip file.
3.
Use CMake to generate Visual Studio project files under
`capnproto-c++-0.
6
.0`
in the zip file.
You can use the CMake UI for this or run this shell command:
cmake -G "Visual Studio 14 2015"
...
...
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