Crossdev

From gr0x0rd
Revision as of 09:50, 10 May 2011 by Gr0x0rd (talk | contribs) (Created page with "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 i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.