Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
capnproto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external-tools
capnproto
Commits
7f752a73
Commit
7f752a73
authored
2 years ago
by
Kenton Varda
Browse files
Options
Downloads
Patches
Plain Diff
Set release branch version to 0.5.4.
parent
89e0b2a8
Branches
release-0.5.4
Tags
v0.5.4
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
c++/configure.ac
+1
-1
1 addition, 1 deletion
c++/configure.ac
doc/install.md
+6
-6
6 additions, 6 deletions
doc/install.md
with
7 additions
and
7 deletions
c++/configure.ac
+
1
−
1
View file @
7f752a73
## Process this file with autoconf to produce configure.
AC_INIT([Capn Proto],[0.5.4
-rc1
],[capnproto@googlegroups.com],[capnproto-c++])
AC_INIT([Capn Proto],[0.5.4],[capnproto@googlegroups.com],[capnproto-c++])
AC_CONFIG_SRCDIR([src/capnp/layout.c++])
AC_CONFIG_AUX_DIR([build-aux])
...
...
This diff is collapsed.
Click to expand it.
doc/install.md
+
6
−
6
View file @
7f752a73
...
...
@@ -83,9 +83,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.5.
3.1
.tar.gz"
>
https://capnproto.org/capnproto-c++-0.5.
3.1
.tar.gz
</a>
tar zxf capnproto-c++-0.5.
3.1
.tar.gz
cd capnproto-c++-0.5.
3.1
<pre><code>
curl -O
<a
href=
"https://capnproto.org/capnproto-c++-0.5.
4
.tar.gz"
>
https://capnproto.org/capnproto-c++-0.5.
4
.tar.gz
</a>
tar zxf capnproto-c++-0.5.
4
.tar.gz
cd capnproto-c++-0.5.
4
./configure
make -j6 check
sudo make install
</code></pre>
...
...
@@ -126,9 +126,9 @@ installed (in addition to Git) in order to fetch the Google Test sources (done b
1.
Download Cap'n Proto Win32 build:
<pre><a
href=
"https://capnproto.org/capnproto-c++-win32-0.5.
3.1
.zip"
>
https://capnproto.org/capnproto-c++-win32-0.5.
3.1
.zip
</a></pre>
<pre><a
href=
"https://capnproto.org/capnproto-c++-win32-0.5.
4
.zip"
>
https://capnproto.org/capnproto-c++-win32-0.5.
4
.zip
</a></pre>
2.
Find
`capnp.exe`
,
`capnpc-c++.exe`
, and
`capnpc-capnp.exe`
under
`capnproto-tools-win32-0.5.
3.1
`
in
2.
Find
`capnp.exe`
,
`capnpc-c++.exe`
, and
`capnpc-capnp.exe`
under
`capnproto-tools-win32-0.5.
4
`
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
...
...
@@ -138,7 +138,7 @@ If you want to use Cap'n Proto in C++ with Visual Studio, do the following:
1.
Install
[
CMake
](
http://www.cmake.org/
)
version 3.1 or later.
2.
Use CMake to generate Visual Studio project files under
`capnproto-c++-0.5.
3.1
`
in the zip file.
2.
Use CMake to generate Visual Studio project files under
`capnproto-c++-0.5.
4
`
in the zip file.
You will need to enable the CMake project options
`CAPNP_LITE`
and
`EXTERNAL_CAPNP`
.
You can use the CMake UI for this or run this shell command:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment