An open API service indexing awesome lists of open source software.

https://github.com/sarcasm/cpm-kj-tls

Debugging capnproto issue 1325 (https://github.com/capnproto/capnproto/issues/1325)
https://github.com/sarcasm/cpm-kj-tls

Last synced: 5 months ago
JSON representation

Debugging capnproto issue 1325 (https://github.com/capnproto/capnproto/issues/1325)

Awesome Lists containing this project

README

          

# Introduction

Github issue:

- https://github.com/capnproto/capnproto/issues/1325

Steps to reproduce:

mkdir build
cd build
cmake -G Ninja -DCMAKE_INSTALL_PREFIX=$(pwd)/../dist ..
# somehow, running a second time
# can produce errors not shown during initial configure
cmake .
ninja install