Author Topic: trying to setup dev environment on windows 10  (Read 2070 times)

Offline needbrew

  • Full Member
  • ***
  • Posts: 129
    • View Profile
trying to setup dev environment on windows 10
« on: February 20, 2016, 09:43:06 AM »
was trying to compile the source code on windows 10 and cannot get the MinGW for Windows to install.  fails with a  cannot download repositry.txt
  • error.  Any ideas?

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: trying to setup dev environment on windows 10
« Reply #1 on: February 20, 2016, 01:47:04 PM »
No idea.  Are you following this below?  Just need to select 5.3 on the install think I forgot to say that.  Several of us have done it.  Maybe check whether you have any anti-virus blocking what the install program is trying to do.

     Download and install the ming-w64-install.exe file from here:
        Navigate to: http://mingw-w64.org/doku.php/download
        Click the Mingw-builds option then click on the SourceForge link.
        Download should begin after 5 seconds.
        Run the install file and select "i686" architecture, Posix threads, and Dwarf exceptions.

Offline needbrew

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: trying to setup dev environment on windows 10
« Reply #2 on: February 21, 2016, 03:16:56 AM »
I am.  I download it and when I try and run it to install I get that error.  Never gets to the option to pick anything.

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: trying to setup dev environment on windows 10
« Reply #3 on: February 21, 2016, 11:17:58 AM »
I'm on Windows 10 just to rule that out.

Offline needbrew

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: trying to setup dev environment on windows 10
« Reply #4 on: February 22, 2016, 12:11:43 PM »
FYI was able to get it to compile finally. 

Offline dkulp

  • Supporting Member
  • Hero Member
  • *
  • Posts: 812
    • View Profile
Re: trying to setup dev environment on windows 10
« Reply #5 on: February 22, 2016, 12:28:43 PM »
If there are any suggestions or changes needed for the README, please let us know.  Making the process as easy as possible is important so if you ran into any issues, we'd love to get the docs fixed.
Daniel Kulp
Framingham, MA

Offline needbrew

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: trying to setup dev environment on windows 10
« Reply #6 on: February 22, 2016, 04:14:51 PM »
The only thing I would add is to make sure that people are right clicking and selecting the run as administrator when installing on windows.  that appears to be the issue with the ming-w64-install.exe.  Also in section d) it states to Make sure you set the build target to MinGW_Debug or MinGW_Release!  That should be on a separate line to make that point clear.  I missed that and was getting VS 2010 errors until I changed that.  Now to dust off my c++ brain and look at the code.