Compare commits

..

No commits in common. "0efd60ff0c5c2d6a39ce365f3e6a76b701dd0de8" and "2955bc986f1767e4e60f22e2f9e1d3fc69d6ac19" have entirely different histories.

View File

@ -33,7 +33,7 @@ This repository has been built and tested on Debian 12.5 (Bookworm) on an AMD64
#### Required Package List #### Required Package List
```bash ```bash
apt install curl maven clang cmake libssl-dev zlib1g-dev liblzma-dev libbz2-dev gcc-aarch64-linux-gnu gcc-mingw-w64-x86-64-win32 git apt install curl maven clang cmake libssl-dev zlib1g-dev liblzma-dev libbz2-dev gcc-aarch64-linux-gnu gcc-mingw-w64-x86-64-win32
``` ```
#### Install and Prepare Required Rust Version #### Install and Prepare Required Rust Version
@ -47,10 +47,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
If a newer version doesn't work, a specific version can be installed with the following command: If a newer version doesn't work, a specific version can be installed with the following command:
```bash ```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=1.78.0 $ curl --proto '=https' --tls1.2 -sSf https://sh.rustup.rs/ | sh -s --default-toolchain=1.78.0
``` ```
For more information see this [GitHub Issue](https://github.com/rust-lang/rustup/issues/2882) and the [official installation instructions](Info: https://rust-lang.github.io/rustup/installation/other.html). For more information see this [GitHub Issue](https://github.com/rust-lang/rustup/issues/2882).
After installing, run the following commands to get the necessary targets: After installing, run the following commands to get the necessary targets:
```bash ```bash
@ -85,7 +85,7 @@ Copy or move the SDK into the `<path/to>/osxcross/tarballs/` directory.
Run: Run:
```bash ```bash
UNATTENDED=yes OSX_VERSION_MIN=10.12 <path/to>/osxcross/build.sh UNATTENDED=yes OSX_VERSION_MIN=10.12 ./build.sh
``` ```
to create the macOS cross toolchain. to create the macOS cross toolchain.