mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
13 lines
180 B
Markdown
13 lines
180 B
Markdown
|
|
# libwaku
|
||
|
|
|
||
|
|
Exposes a C API that can be used by other environments other than C.
|
||
|
|
|
||
|
|
## Running
|
||
|
|
|
||
|
|
Make sure you run `$PROJECTDIR/env.sh bash` first. Then:
|
||
|
|
|
||
|
|
```
|
||
|
|
./build.sh
|
||
|
|
./libwaku
|
||
|
|
```
|