|
1 |
| -Windows 10 directions for compiling the Intention Repeater MAX v2.4 or greater. |
2 |
| -
|
3 |
| -1) Save this sourcecode in a special folder: intention_repeater_max.cpp |
4 |
| -
|
5 |
| -v3.1+ requires this: |
6 |
| -
|
7 |
| - A) Install MinGW-W64: |
8 |
| -
|
9 |
| - http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download |
10 |
| -
|
11 |
| - With these Options: |
12 |
| -
|
13 |
| - Version: 8.1.0 |
14 |
| - Architecture: x86_64 |
15 |
| - Threads: win32 |
16 |
| - Exception: seh |
17 |
| - Build revision: 0 |
18 |
| -
|
19 |
| - B) Add this to your PATH (both user and system): C:\Program Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin |
20 |
| - Directions here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/ |
21 |
| -
|
22 |
| - C) Open PowerShell by going to the folder where you saved intention_repeater_max.cpp, |
23 |
| - holding Shift, and right-clicking. Then choose: Open PowerShell window here. |
24 |
| -
|
25 |
| - D) Compile the binary executable with the following: |
26 |
| -
|
27 |
| - C:\Program` Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin\g++ .\intention_repeater_max.cpp -O3 -o .\intention_repeater_max.exe |
28 |
| -
|
29 |
| - Note: Copy without any spaces before the C:\ and just copy only the one line. Then paste into PowerShell and press Enter. |
30 |
| - If it does nothing, and doesn't produce an error message, then that is a good sign. |
31 |
| -
|
32 |
| - You should then be able to double-click on the file in Windows: intention_repeater_max.exe |
33 |
| -
|
34 |
| -If you have 32-Bit Windows (for v3.0 or lower): |
35 |
| -
|
36 |
| - A) Install MinGW from here: |
37 |
| -
|
38 |
| - https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/ |
39 |
| -
|
40 |
| - B) On the MinGW Installation Manager, under Basic Setup, check to install Package: mingw32-gcc-g++-bin |
41 |
| - It should be v9.2.0-2 or greater. |
42 |
| -
|
43 |
| - C) Choose Installation -> Apply Changes |
44 |
| -
|
45 |
| - D) Add this to your PATH (both user and system): C:\MinGW\bin |
46 |
| - Directions here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/ |
47 |
| -
|
48 |
| - E) Open PowerShell by going to the folder where you saved intention_repeater_max.cpp, |
49 |
| - holding Shift, and right-clicking. Then choose: Open PowerShell window here. |
50 |
| -
|
51 |
| - F) Compile the binary executable with the following: |
52 |
| -
|
53 |
| - C:\MinGW\bin\g++.exe .\intention_repeater_max.cpp -O3 -o .\intention_repeater_max.exe |
54 |
| -
|
55 |
| - Note, copy the above without a new line. Then paste into PowerShell and press Enter. |
56 |
| - If it does nothing, and doesn't produce an error message and you see a new .exe file, then that is a good sign. |
57 |
| -
|
58 |
| - You should then be able to double-click on the file in Windows: intention_repeater_max.exe |
59 |
| -
|
60 |
| -This v2.4 does up to 60+ Million repetitions per second of an intention on my new i3 with the 64-Bit version. |
61 |
| -I recommend Notepad++ for editing the .cpp file: https://notepad-plus-plus.org/ |
| 1 | +Windows 10 directions for compiling the Intention Repeater MAX v2.4 or greater. |
| 2 | + |
| 3 | +1) Save this sourcecode in a special folder: intention_repeater_max.cpp |
| 4 | + |
| 5 | +v3.1+ requires this: |
| 6 | + |
| 7 | + A) Install MinGW-W64: |
| 8 | + |
| 9 | + http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download |
| 10 | + |
| 11 | + With these Options: |
| 12 | + |
| 13 | + Version: 8.1.0 |
| 14 | + Architecture: x86_64 |
| 15 | + Threads: win32 |
| 16 | + Exception: seh |
| 17 | + Build revision: 0 |
| 18 | + |
| 19 | + B) Add this to your PATH (both user and system): C:\Program Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin |
| 20 | + Directions here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/ |
| 21 | + |
| 22 | + C) Open PowerShell by going to the folder where you saved intention_repeater_max.cpp, |
| 23 | + holding Shift, and right-clicking. Then choose: Open PowerShell window here. |
| 24 | + |
| 25 | + D) Compile the binary executable with the following: |
| 26 | + |
| 27 | + C:\Program` Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin\g++ .\intention_repeater_max.cpp -O3 -o .\intention_repeater_max.exe |
| 28 | + |
| 29 | + Note: Copy without any spaces before the C:\ and just copy only the one line. Then paste into PowerShell and press Enter. |
| 30 | + If it does nothing, and doesn't produce an error message, then that is a good sign. |
| 31 | + |
| 32 | + You should then be able to double-click on the file in Windows: intention_repeater_max.exe |
| 33 | + |
| 34 | +If you have 32-Bit Windows (for v3.0 or lower): |
| 35 | + |
| 36 | + A) Install MinGW from here: |
| 37 | + |
| 38 | + https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/ |
| 39 | + |
| 40 | + B) On the MinGW Installation Manager, under Basic Setup, check to install Package: mingw32-gcc-g++-bin |
| 41 | + It should be v9.2.0-2 or greater. |
| 42 | + |
| 43 | + C) Choose Installation -> Apply Changes |
| 44 | + |
| 45 | + D) Add this to your PATH (both user and system): C:\MinGW\bin |
| 46 | + Directions here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/ |
| 47 | + |
| 48 | + E) Open PowerShell by going to the folder where you saved intention_repeater_max.cpp, |
| 49 | + holding Shift, and right-clicking. Then choose: Open PowerShell window here. |
| 50 | + |
| 51 | + F) Compile the binary executable with the following: |
| 52 | + |
| 53 | + C:\MinGW\bin\g++.exe .\intention_repeater_max.cpp -O3 -o .\intention_repeater_max.exe |
| 54 | + |
| 55 | + Note, copy the above without a new line. Then paste into PowerShell and press Enter. |
| 56 | + If it does nothing, and doesn't produce an error message and you see a new .exe file, then that is a good sign. |
| 57 | + |
| 58 | + You should then be able to double-click on the file in Windows: intention_repeater_max.exe |
| 59 | + |
| 60 | +This v2.4 does up to 60+ Million repetitions per second of an intention on my new i3 with the 64-Bit version. |
| 61 | +I recommend Notepad++ for editing the .cpp file: https://notepad-plus-plus.org/ |
0 commit comments