mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-10 01:43:08 +00:00
chore: updating README (#52)
This commit is contained in:
parent
ec9abe5249
commit
6f95d51df4
14
README.md
14
README.md
@ -31,3 +31,17 @@ Follow these steps to install and set up the module:
|
||||
```
|
||||
|
||||
Now the module is ready for use in your project.
|
||||
|
||||
### Note
|
||||
|
||||
In order to easily build the libwaku library on demand, it is recommended to add the following target in your project's Makefile:
|
||||
|
||||
```
|
||||
LIBWAKU_DEP_PATH=$(shell go list -m -f '{{.Dir}}' github.com/waku-org/waku-go-bindings)
|
||||
|
||||
buildlib:
|
||||
cd $(LIBWAKU_DEP_PATH) &&\
|
||||
sudo mkdir -p third_party &&\
|
||||
sudo chown $(USER) third_party &&\
|
||||
make -C waku
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user