mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
14 lines
214 B
Markdown
14 lines
214 B
Markdown
|
# liblokinet examples
|
||
|
|
||
|
building:
|
||
|
|
||
|
$ mkdir -p build
|
||
|
$ cd build
|
||
|
$ cp /path/to/liblokinet.so .
|
||
|
$ cmake .. -DCMAKE_EXE_LINKER_FLAGS='-L.'
|
||
|
$ make
|
||
|
|
||
|
running:
|
||
|
|
||
|
$ ./udptest /path/to/bootstrap.signed
|