We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18eca1 commit 7c555b0Copy full SHA for 7c555b0
1 file changed
docs/install/pxtCPPbuild.md
@@ -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
10
+npm install -g pxt
11
12
13
+After that install `gulp` (**only once without click anything**).
14
15
+npm install -g gulp
16
17
+Finally, install PXT and C++ build.
18
19
+ pxt add cpp
20
+ pxt build
21
+ ```
0 commit comments