Update README.md

This commit is contained in:
AYAHASSAN287 2026-03-02 10:02:07 +01:00 committed by GitHub
parent 1a03de9ca8
commit 263e015bfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.