diff options
author | selsta <selsta@sent.at> | 2022-06-29 05:19:04 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-06-29 05:19:04 +0200 |
commit | 8e9c60a682a7d6229a0f765f9bc3c22ed6711a0c (patch) | |
tree | 472a125176e9c5fd934d2aa3f87968e13472a830 | |
parent | Merge pull request #8340 (diff) | |
download | monero-8e9c60a682a7d6229a0f765f9bc3c22ed6711a0c.tar.xz |
README: depends has only been tested on ubuntu 18.04 and 20.04
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -579,7 +579,7 @@ You can also cross-compile static binaries on Linux for Windows and macOS with t * ```make depends target=aarch64-linux-android``` for 64bit android binaries -The required packages are the names for each toolchain on apt. Depending on your distro, they may have different names. +The required packages are the names for each toolchain on apt. Depending on your distro, they may have different names. The `depends` system has been tested on Ubuntu 18.04 and 20.04. Using `depends` might also be easier to compile Monero on Windows than using MSYS. Activate Windows Subsystem for Linux (WSL) with a distro (for example Ubuntu), install the apt build-essentials and follow the `depends` steps as depicted above. |