Restructured a little bit #4

Merged
meierj merged 33 commits from mueller/master into master 2020-11-25 15:03:43 +01:00
Showing only changes of commit 41d44768da - Show all commits

View File

@ -28,11 +28,12 @@ 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 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 xpm install --global @xpack-dev-tools/windows-build-tools@latest
```` ````