BuildAnubisFromSourcesWindow710
Version 7 (Jérémy Larrieu, 12/30/2019 08:41 PM) → Version 8/22 (Jérémy Larrieu, 12/30/2019 09:02 PM)
h1. BuildAnubisFromSourcesWindow710
h2. Requirements
First of all, you'll need to install these requirements:
* MSYS2
* Python 3.8
* SCons
h3. MSYS2 installation.
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-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.
h3. Python 3.8 installation
Download the Python 3.8 installer on http://www.python.org website and launch it to install it.
On first screen, you have to check the *Add Python 3.8 to PATH* checkbox
Select *Install Now* *Customize installation* mode, if you want to launch installation.
It will be installed inside the user profile. It will be useful when using *pip*: install it will not require launching terminal or commands for all users in admin mode. the ProgramFiles folder.
Select *Install Now* otherwise.
h3. SCons installation.
Open a terminal (cmd) and launch this command:
<pre>
pip install scons
</pre>
h2. Requirements
First of all, you'll need to install these requirements:
* MSYS2
* Python 3.8
* SCons
h3. MSYS2 installation.
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-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.
h3. Python 3.8 installation
Download the Python 3.8 installer on http://www.python.org website and launch it to install it.
On first screen, you have to check the *Add Python 3.8 to PATH* checkbox
Select *Install Now* *Customize installation* mode, if you want to launch installation.
It will be installed inside the user profile. It will be useful when using *pip*: install it will not require launching terminal or commands for all users in admin mode. the ProgramFiles folder.
Select *Install Now* otherwise.
h3. SCons installation.
Open a terminal (cmd) and launch this command:
<pre>
pip install scons
</pre>