cd depends/
make download-win
sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev
make HOST=x86_64-w64-mingw32 -j4
cd..
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
make
Nope:
osboxes@osboxes:~/Downloads/rdm/depends$ make download-win
make: *** No rule to make target `download-win'. Stop.
i just discovered that the .gitignore file was too strict and was excluding files that it shouldn't have been. this is now fixed. please pull and try building again. and just in case - this should be done in linux, preferably ubuntu.