Skip to content

Commit 85e852a

Browse files
committed
[minor] update README file
1 parent 4536518 commit 85e852a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Share application with your friends in the same Wi-Fi!
77

88
# How to use
99

10-
- (notice that in this repo, there is a prebuilt NodeJS v7.1.0 binary provided, [download latest](https://github.com/dna2github/dna2oslab/releases)) put compiled NodeJS binary to `app/src/main/res/raw/bin_node_v710`
11-
- (if not use name of `bin_node_v710`) modify `app/src/main/java/seven/drawalive/nodebase/Utils.java` at `R.raw.bin_node_v710`
1210
- build to generate apk
1311
- install the apk on Android phone
12+
- click "Reset" in right-top menu will donwload NodeJS binary and copy to app scope target
13+
- (notice that in this repo, there is no NodeJS binary provided, [download latest](https://github.com/dna2github/dna2oslab/releases)) put compiled NodeJS binary to `/sdcard/.nodebase/.bin/node`
14+
- click "Node Upgrade" to update NodeJS binary for NodeBase
1415
- do `npm install` in `modules` folder
1516
- to make node-gyp work, download GCC4droid from for example Google Play Store and then unzip the apk to get android `gcc`
1617
- adb push entire `modules` as `/sdcard/.nodebase`

0 commit comments

Comments
 (0)