sshane / arm64-capnp-compiled

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capnproto compiled for arm aarch64

Configured with:

./configure --with-external-capnp --host=aarch64-linux-gnu --prefix=/home/shane/capnp/capnproto/c++/dst

Then a clean to fix custom install dir issue:

make clean

Compile without checking (since we would try to run an arm binary on x86):

make -j24

Install to local dir for easy gathering:

sudo make install

About


Languages

Language:C++ 93.3%Language:Cap'n Proto 5.8%Language:CMake 0.9%