From 944af106a1bd79c0466a5d77fb906201d605d44f Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Thu, 12 Nov 2020 12:19:37 +0000 Subject: [PATCH] updated README.md to include steps to install capnproto cli tool --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 972e79e..6a792c0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ Borepin * with .NET Desktop 2. Install GTKSharp for Windows [download GTKSharp](https://www.mono-project.com/download/stable/#download-win) +3. Install capnproto + + 3.1 If you have Chocolatey installed + ```shell + $ choco install capnproto + ``` + 3.2 else you can download it from [here](https://capnproto.org/install.html) and add it to your PATH + 4. Clone Borepin [download Borepin](https://gitlab.com/fabinfra/fabaccess/client) 6. Load Borepin @@ -22,11 +30,11 @@ If Step 5. Build Borepin is failing because of GTKSharp, it could help to restar 1. Install mono, gtk-sharp, msbuild, nuget 1.1 Debian based ```shell - $ apt install mono-complete, gtk-sharp2, nuget + $ apt install mono-complete, gtk-sharp2, nuget, capnproto ``` 1.2 ArchLinux based ```shell - $ pacman -S mono, mono-msbuild, gtk-sharp-2, nuget + $ pacman -S mono, mono-msbuild, gtk-sharp-2, nuget, capnproto ``` 2. Clone Borepin ```shell