Merge branch 'master' of github.com:novacoin-project/novacoin
authoruser <balthazar@yandex.ru>
Sat, 25 Dec 2021 06:05:15 +0000 (09:05 +0300)
committeruser <balthazar@yandex.ru>
Sat, 25 Dec 2021 06:05:15 +0000 (09:05 +0300)
1  2 
mingw64_deps/README.md

diff --combined 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:
      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.