2
0
Fork 0
mirror of https://github.com/PurpleI2P/i2pd-tools.git synced 2025-03-11 03:48:28 +01:00
i2pd-tools/websocket-ui/readme.md

12 lines
158 B
Markdown
Raw Normal View History

2016-11-01 10:56:35 -04:00
# i2pd websocket ui #
requires building i2pd with websocket support
make WEBSOCKETS=1
or
cd i2pd/build
cmake -DWITH_WEBSOCKETS=ON .