Skip to content

Commit fc7aadc

Browse files
committed
READMEs: update
1 parent 2a115f0 commit fc7aadc

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

README-RELEASE.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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
8989
caffeinate ssh xbbi
9090
```
9191

92-
On all machines, clone the `xpack-develop` branch:
92+
Clone the `xpack-develop` branch:
9393

9494
```sh
9595
rm -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
106106
sudo rm -rf ~/Work/windows-build-tools-*
107107
```
108108

109109
Empty trash.
110110

111-
On `xbbi`:
112-
113111
```sh
114112
bash ~/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)

scripts/README-out.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ The **xPack Windows Build Tools** are also available as a binary
1313
and 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

1919
For 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

0 commit comments

Comments
 (0)