mirror of
https://github.com/logos-messaging/logos-delivery-python-bindings.git
synced 2026-03-05 08:53:13 +00:00
Update README.md
This commit is contained in:
parent
1a03de9ca8
commit
263e015bfc
@ -82,17 +82,15 @@ Then, follow the following steps from the root folder
|
||||
to rebuild the `libwaku.so` library:
|
||||
|
||||
```bash
|
||||
cd vendor/nwaku
|
||||
cd vendor/liblogosdelivery
|
||||
```
|
||||
```bash
|
||||
make libwaku -j8
|
||||
make liblogosdelivery -j8
|
||||
```
|
||||
```bash
|
||||
cd ../../
|
||||
```
|
||||
```bash
|
||||
cp vendor/nwaku/build/libwaku.so lib/
|
||||
cp vendor/liblogosdelivery/build/liblogosdelivery.so lib/
|
||||
```
|
||||
|
||||
Notice that the `libwaku.so` library is also distributed within
|
||||
the `Py-Waku` package.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user