Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 426 Bytes

File metadata and controls

21 lines (19 loc) · 426 Bytes

PXT C++ Build

To build and install the PXT C++ build, you first have to install Node.js.

npm install
npm run build

Then, install the pxt command line tool (only once without clicking anything).

npm install -g pxt

After that install gulp (only once without click anything).

npm install -g gulp

Finally, install PXT and C++ build.

  pxt add cpp
  pxt build