File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ From here it'll be cloned on the production machines.
8383
8484### Run the build scripts
8585
86- On the macOS machine ( ` xbbm ` ) open ssh sessions to the Linux machine ` xbbi ` :
86+ Open a ssh session to the Linux machine ` xbbi ` :
8787
8888``` sh
8989caffeinate ssh xbbi
9090```
9191
92- On all machines, clone the ` xpack-develop ` branch:
92+ Clone the ` xpack-develop ` branch:
9393
9494``` sh
9595rm -rf ~ /Downloads/windows-build-tools-xpack.git; \
@@ -100,21 +100,19 @@ git clone \
100100 ~ /Downloads/windows-build-tools-xpack.git
101101```
102102
103- On all machines, remove any previous build:
103+ Remove any previous build:
104104
105105``` sh
106106sudo rm -rf ~ /Work/windows-build-tools-*
107107```
108108
109109Empty trash.
110110
111- On ` xbbi ` :
112-
113111``` sh
114112bash ~ /Downloads/windows-build-tools-xpack.git/scripts/build.sh --all
115113```
116114
117- A typical run on the Arm machine it takes about 60 minutes.
115+ A typical run takes about 2 minutes.
118116
119117### Clean the destination folder
120118
@@ -127,7 +125,7 @@ rm -f ~/Downloads/xpack-binaries/windows-build-tools/*
127125
128126### Copy the binaries to the development machine
129127
130- On all three machines :
128+ On ` xbbi ` :
131129
132130``` sh
133131(cd ~ /Work/windows-build-tools-* /deploy; scp * ilg@wks:Downloads/xpack-binaries/windows-build-tools)
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ The **xPack Windows Build Tools** are also available as a binary
1313and can be conveniently installed with [ xpm] ( https://www.npmjs.com/package/xpm ) :
1414
1515``` console
16- $ xpm install --global @xpack-dev-tools/windows-build-tools
16+ $ xpm install --global @xpack-dev-tools/windows-build-tools@latest
1717```
1818
1919For more details please see the
2020[ How to install the Windows Build Tools] ( https://xpack.github.io/windows-build-tools/install/ ) page.
2121
2222## Changes
2323
24- There are currently no changes from the official MSYS2 distribution
25- the official BusyBox distribution.
24+ There are currently no changes from the official GNU distribution
25+ and the official BusyBox distribution.
2626
2727## Compatibility
2828
You can’t perform that action at this time.
0 commit comments