BuildAnubisFromSourcesWindow710 » History » Revision 12
Revision 11 (Jérémy Larrieu, 01/01/2020 09:41 AM) → Revision 12/22 (Jérémy Larrieu, 01/01/2020 09:48 AM)
h1. BuildAnubisFromSourcesWindow710 h2. Requirements First of all, you'll need to install these requirements: * MSYS2 * SCons * make * gcc * g++ * libjpeg Download MSYS2 installer on http://www.msys2.org/: * 32bits installer for Windows 7/10 32bits * 64bits installer for Windows 7/10 64bits Install MSYS2 with the downloaded installer. Run the *MSYS2 MinGW 32-bits* 32-bit* terminal and run this command to update your installation: <pre> pacman -Syuu </pre> Close the terminal and repeat the update process until there are no more update available. Then, to install *scons*, *make*, *gcc*, *g++* and *libjpeg*, launch this command: <pre> pacman -S --needed base-devel mingw-w64-i686-toolchain mingw-w64-i686-libjpeg-turbo </pre> Press *Enter* key when it will ask to install all packages in *base-devel* and *mingw-w64-i686-toolchain* groups. Then, validate the installation.