Skip to content

Commit 7c555b0

Browse files
Create pxtCPPbuild.md
1 parent f18eca1 commit 7c555b0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/install/pxtCPPbuild.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## PXT C++ Build
2+
To build and install the PXT C++ build, you first have to install Node.js.
3+
``` bash
4+
npm install
5+
npm run build
6+
```
7+
8+
Then, install the `pxt` command line tool (**only once without clicking anything**).
9+
``` bash
10+
npm install -g pxt
11+
```
12+
13+
After that install `gulp` (**only once without click anything**).
14+
``` bash
15+
npm install -g gulp
16+
```
17+
Finally, install PXT and C++ build.
18+
``` bash
19+
pxt add cpp
20+
pxt build
21+
```

0 commit comments

Comments
 (0)