https://github.com/wavejumper/opm
https://github.com/wavejumper/opm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wavejumper/opm
- Owner: wavejumper
- Created: 2019-08-11T13:04:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T12:00:34.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T14:46:41.664Z (over 1 year ago)
- Language: Rust
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opm
## Dependencies
Follow the C build instructions for [libpd](https://github.com/libpd/libpd)
```
git clone https://github.com/libpd/libpd.git
cd libpd
git submodule init
git submodule update
make
sudo make install
```
## Building
```
cargo build --release
cbindgen --config cbindgen.toml --crate opm --output target/release/opm.h
make
```