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

https://github.com/sshane/arm64-capnp-compiled


https://github.com/sshane/arm64-capnp-compiled

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# capnproto compiled for arm aarch64

Configured with:
----

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

Then a clean to fix custom install dir issue:
----

```bash
make clean
```

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

```bash
make -j24
```

Install to local dir for easy gathering:

```bash
sudo make install
```