https://github.com/repcomm/reliance-test-host
A demo of using reliance from a host C app
https://github.com/repcomm/reliance-test-host
Last synced: 10 months ago
JSON representation
A demo of using reliance from a host C app
- Host: GitHub
- URL: https://github.com/repcomm/reliance-test-host
- Owner: RepComm
- Created: 2021-03-20T00:25:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T00:25:12.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T08:51:25.859Z (about 1 year ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# reliance-test-host
A demo of using reliance from a host C app
## Building
Prerequisites:
- [reliance package manager](https://github.com/RepComm/reliance)
- cc compiler (gcc if you use build.sh)
1. Install dependencies
```bash
reliance install
```
2. Build
```bash
./build.sh
```
3. Run
```bash
./run.sh
```