mirror of
https://github.com/logos-messaging/logos-delivery-python-bindings.git
synced 2026-03-06 01:13: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:
|
to rebuild the `libwaku.so` library:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd vendor/nwaku
|
cd vendor/liblogosdelivery
|
||||||
```
|
```
|
||||||
```bash
|
```bash
|
||||||
make libwaku -j8
|
make liblogosdelivery -j8
|
||||||
```
|
```
|
||||||
```bash
|
```bash
|
||||||
cd ../../
|
cd ../../
|
||||||
```
|
```
|
||||||
```bash
|
```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