From: user Date: Sat, 25 Dec 2021 06:05:15 +0000 (+0300) Subject: Merge branch 'master' of github.com:novacoin-project/novacoin X-Git-Tag: nvc-v0.5.9~50 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=aeb443c473e2593aa156c15aae8509abebdab4c6;hp=-c Merge branch 'master' of github.com:novacoin-project/novacoin --- aeb443c473e2593aa156c15aae8509abebdab4c6 diff --combined mingw64_deps/README.md index 49fa8f7,b5b313b..08f9eec --- a/mingw64_deps/README.md +++ b/mingw64_deps/README.md @@@ -3,6 -3,7 +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: @@@ -10,13 -11,12 +11,12 @@@ sudo apt install python3-pip pip3 install cmake -Unpack compiler binaries to suitable directory and ensure that /bin directory is mentioned in your PATH. You will also need to add /home/user/.local/bin to PATH as well. +Unpack compiler binaries to suitable directory (/opt is preferred) and ensure that its /bin subdirectory is mentioned in your PATH. You will also need to add /home/user/.local/bin to PATH as well. ## 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.