windows dependencies cross-building scripts
[novacoin.git] / mingw64_deps / README.md
1 # Cross-build dependencies for Windows x86-64 and Windows ARM64
2
3 ## Requirements
4
5 Please use llvm-mingw compiler which can be downloaded here:
6     https://github.com/mstorsjo/llvm-mingw/releases
7
8 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:
9
10     sudo apt install python3-pip
11     pip3 install cmake
12
13 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.
14
15 ## Setting up
16
17    Every subdirectory contains setup script which can be used to download source code and setup source trees.
18
19 ## Building
20
21    Just execute ./build.sh script for corresponding dependency using x86_64 or aarch64 as argument. It will build binaries automatically.
22