Crossdev
Jump to navigation
Jump to search
You can create windows binaries in your linux environment with the crossdev tools package.
sudo emerge -av crossdev
to prepare your environment, you'll need a portage overlay in your make.conf.
sudo mkdir /usr/local/portage sudo nano -w /etc/make.conf
add the following line:
PORTDIR_OVERLAY="/usr/local/portage/"
now configure mingw
sudo crossdev mingw32
after the process completes, we can move on to installing other package that leverage the cross development environment.