aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-07-06 00:02:59 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-07-06 00:02:59 -0500
commit8f48f464957c875af3183cd9d35769592e1aef48 (patch)
treed88c723f5e226ff4334351f09876617b55b6bd84
parentMerge pull request #8412 (diff)
parentREADME: depends has only been tested on ubuntu 18.04 and 20.04 (diff)
downloadmonero-8f48f464957c875af3183cd9d35769592e1aef48.tar.xz
Merge pull request #8413
8e9c60a README: depends has only been tested on ubuntu 18.04 and 20.04 (selsta)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2c278873..81db2478a 100644
--- a/README.md
+++ b/README.md
@@ -581,7 +581,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.