m-byte918 / AgarOSS

An Agar.io open source server implementation written in C++
31 stars 6 forks source link

Installing MinGW tools on Windows. #14

Open BorysDev opened 5 years ago

BorysDev commented 5 years ago
  1. Download and install the MinGW setup.

  2. A window like this should pop up:

  3. Make sure you select mingw32-base, mingw32-gcc=g++ and msys-base.

  4. Close out of the program once installation has completed.

  5. Go into Control Panel > System and Security > System. a

  6. Click on Advanced System Settings on the left.

  7. Click the Environment Variables button in the bottom right of the panel.

  8. Find Path under the System Variables section and click on it once so that it is selected.

  9. Click the Edit button.

  10. Click the New button in the top right. v

  11. Copy C:\MinGW\bin .

  12. Close out of all remaining Windows by pressing Ok.

  13. Finally try re-running compile.bat.