BuildAnubisFromSourcesWindow710 » History » Version 6
Jérémy Larrieu, 12/30/2019 06:26 PM
| 1 | 1 | Jérémy Larrieu | h1. BuildAnubisFromSourcesWindow710 |
|---|---|---|---|
| 2 | |||
| 3 | h2. Requirements |
||
| 4 | |||
| 5 | First of all, you'll need to install these requirements: |
||
| 6 | * MSYS2 |
||
| 7 | 5 | Jérémy Larrieu | * Python 3.7 |
| 8 | 1 | Jérémy Larrieu | * SCons |
| 9 | 2 | Jérémy Larrieu | |
| 10 | h3. MSYS2 installation. |
||
| 11 | |||
| 12 | 4 | Jérémy Larrieu | Download MSYS2 installer on http://www.msys2.org/: |
| 13 | 2 | Jérémy Larrieu | * 32bits installer for Windows 7/10 32bits |
| 14 | * 64bits installer for Windows 7/10 64bits |
||
| 15 | 6 | Jérémy Larrieu | |
| 16 | Install MSYS2 with the downloaded installer. |
||
| 17 | |||
| 18 | Run the *MSYS2 MinGW 32-bit* terminal and run this command to update your installation: |
||
| 19 | <pre> |
||
| 20 | pacman -Syuu |
||
| 21 | </pre> |
||
| 22 | |||
| 23 | Close the terminal and repeat the update process until there are no more update available. |