From: CryptoManiac Date: Sat, 25 Dec 2021 03:20:38 +0000 (+0300) Subject: Update README.md X-Git-Tag: nvc-v0.5.9~50^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=6d2c42eecb25b1c387a1e0275a49c18f6224217d Update README.md --- diff --git a/mingw64_deps/README.md b/mingw64_deps/README.md index 15e7471..b5b313b 100644 --- a/mingw64_deps/README.md +++ b/mingw64_deps/README.md @@ -3,6 +3,7 @@ ## Requirements Please use llvm-mingw compiler which can be downloaded here: + https://github.com/mstorsjo/llvm-mingw/releases You will also need to install CMake 3.20 or newer to compile Qt libraries. Simplest way to do this is to use python repositories: @@ -14,9 +15,8 @@ Unpack compiler binaries to suitable directory and ensure that /bin directory is ## Setting up - Every subdirectory contains setup script which can be used to download source code and setup source trees. + Every subdirectory contains a setup.sh script which can be used to download source code and create source trees. ## Building - Just execute ./build.sh script for corresponding dependency using x86_64 or aarch64 as argument. It will build binaries automatically. - + Just execute ./build.sh script for corresponding dependency using either x86_64 or aarch64 as argument. It will build binaries automatically.