https://github.com/sshane/arm64-capnp-compiled
https://github.com/sshane/arm64-capnp-compiled
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sshane/arm64-capnp-compiled
- Owner: sshane
- Created: 2021-08-27T06:15:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T06:15:59.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T23:48:47.727Z (over 1 year ago)
- Language: C++
- Size: 4.88 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```