Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy authored Dec 14, 2017
1 parent d693d3f commit 0ad6d40
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blynk-library OpenWRT package
# Blynk OpenWRT package

Build from source:

Expand All @@ -9,15 +9,32 @@ echo "src-git blynk git://github.com/vshymanskyy/blynk-library-openwrt.git" >> .
make menuconfig
```

Select: ```Network -> Blynk -> blynk```
### C++ client
```
Network -> Blynk -> blynk
```

### Node.js client
You need [nxhack openwrt-node](https://github.com/nxhack/openwrt-node-packages) for this.
```
Languages -> Node.js -> node-blynk-library
```

### Python 2.7 client
```
Languages -> Python -> python-blynk-library
```

## Build OpenWRT image:
```bash
make -j 5
```

To build just Blynk:
## Build just Blynk:
```
make package/blynk/compile V=s
make package/node-blynk-library/compile V=s
make package/python-blynk-library/compile V=s
```

For a rebuild:
Expand Down

0 comments on commit 0ad6d40

Please sign in to comment.