go example readme enhancement

This commit is contained in:
Ivan Folgueira Bande 2025-01-09 14:32:57 +01:00
parent 4cfa504bf8
commit 516467e4c3

View File

@ -1,13 +1,19 @@
## Pre-requisite
libwaku.so is needed to be compiled and present in build folder. To create it:
1. Run only the first time and after changing the current commit
```code
make update
```
2. Run the next every time you want to compile libwaku
```code
make POSTGRES=1 libwaku -j4
```
## Compilation
From nwaku root folder, do
From the nwaku root folder:
```code
go build -o waku-go examples/golang/waku.go