This commit is contained in:
Robin Müller 2020-11-20 18:38:46 +01:00 committed by Robin Mueller
parent eb9be6fd4c
commit f66ef8caaa

View File

@ -28,13 +28,16 @@ Target systems:
* Install make (only on windows, SDK on Linux can use the make installed with the SDK) * Install make (only on windows, SDK on Linux can use the make installed with the SDK)
1. Install NodeJS LTS 1. Install NodeJS LTS
2. Install xpm 2. Install xpm
```sh
npm install --global xpm ```sh
``` npm install --global xpm
```
3. Install Windows build tools (after installation also linux commands like mkdir can be used from windows) 3. Install Windows build tools (after installation also linux commands like mkdir can be used from windows)
```sh
xpm install --global @xpack-dev-tools/windows-build-tools@latest ```sh
``` xpm install --global @xpack-dev-tools/windows-build-tools@latest
```
### Building the software ### Building the software