[Mingw-users] How-To/Tutorial for installing mingw-get and mingw32-make

Back to archive index
Pascal Landau pasca****@googl*****
Sun Jan 20 21:28:00 JST 2019


Hey *,

just posted a small video tutorial on how to setup make for windows via
mingw-get

https://youtu.be/rLraYQK4Fzs

Steps:
- Set up 'mingw-get' (basically 'apt-get')
- Instructions: http://www.mingw.org/wiki/getting_started#toc5
- Download:
https://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download
- Install and add the 'bin/' directory to 'PATH' (see
https://www.pascallandau.com/blog/php7-with-xdebug-2-4-for-phpstorm-on-windows-10/#the-path-variable
)
- Install 'mingw32-make' via 'mingw-get install mingw32-make'
- Create the file 'bin/make' with the content 'mingw32-make.exe $*'
- Open a new shell and type 'make'

Cheers
Pascal ( https://www.pascallandau.com )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/mingw-users/attachments/20190120/22ed4c24/attachment.html>


More information about the MinGW-Users mailing list
Back to archive index