X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/c4804ab87a125ddfc709f5f29eecad8f6061bb0e..b0fc85bb33aaab5f4bb23f726a754cccb582dc26:/README.md diff --git a/README.md b/README.md index e5a45fea..22a1fbac 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ under the same license as python). Build environment on Ubuntu 16.10 ================================= -Packages are normally built using Ubuntu 16.10. Perform the following steps to configure a Ubuntu 16.10 installation: +Packages are built using Ubuntu 16.10. Perform the following steps to configure a Ubuntu 16.10 installation: - Run `scripts/setup-ubuntu.sh` to install required packages and setup the `/data/` folder. @@ -27,7 +27,8 @@ Build environment using Docker On other Linux distributions than Ubuntu 16.10 (or on other platforms than Linux) the best course of action is to setup a Docker container for building packages by executing: - ./scripts/run-docker.sh + ./scripts/run-docker.sh # On Linux and macOS. + .\scripts\run-docker.ps1 # On Windows. This will setup a container (from an image created by [scripts/Dockerfile](scripts/Dockerfile)) suitable for building packages. @@ -70,7 +71,7 @@ Additional utilities ==================== * build-all.sh: used for building all packages in the correct order (using buildorder.py). -* clean-rebuild-all.sh: used for doing a clean rebuild of all packages. +* clean.sh: used for doing a clean rebuild of all packages. * scripts/check-pie.sh: Used for verifying that all binaries are using PIE, which is required for Android 5+.