Skip to content

Commit

Permalink
READMEs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 27, 2020
1 parent 2a115f0 commit fc7aadc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions README-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ From here it'll be cloned on the production machines.

### Run the build scripts

On the macOS machine (`xbbm`) open ssh sessions to the Linux machine `xbbi`:
Open a ssh session to the Linux machine `xbbi`:

```sh
caffeinate ssh xbbi
```

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

```sh
rm -rf ~/Downloads/windows-build-tools-xpack.git; \
Expand All @@ -100,21 +100,19 @@ git clone \
~/Downloads/windows-build-tools-xpack.git
```

On all machines, remove any previous build:
Remove any previous build:

```sh
sudo rm -rf ~/Work/windows-build-tools-*
```

Empty trash.

On `xbbi`:

```sh
bash ~/Downloads/windows-build-tools-xpack.git/scripts/build.sh --all
```

A typical run on the Arm machine it takes about 60 minutes.
A typical run takes about 2 minutes.

### Clean the destination folder

Expand All @@ -127,7 +125,7 @@ rm -f ~/Downloads/xpack-binaries/windows-build-tools/*

### Copy the binaries to the development machine

On all three machines:
On `xbbi`:

```sh
(cd ~/Work/windows-build-tools-*/deploy; scp * ilg@wks:Downloads/xpack-binaries/windows-build-tools)
Expand Down
6 changes: 3 additions & 3 deletions scripts/README-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ The **xPack Windows Build Tools** are also available as a binary
and can be conveniently installed with [xpm](https://www.npmjs.com/package/xpm):

```console
$ xpm install --global @xpack-dev-tools/windows-build-tools
$ xpm install --global @xpack-dev-tools/windows-build-tools@latest
```

For more details please see the
[How to install the Windows Build Tools](https://xpack.github.io/windows-build-tools/install/) page.

## Changes

There are currently no changes from the official MSYS2 distribution
the official BusyBox distribution.
There are currently no changes from the official GNU distribution
and the official BusyBox distribution.

## Compatibility

Expand Down

0 comments on commit fc7aadc

Please sign in to comment.