Hi All,
I'm happily coding away in blide now in Ubuntu, since a powercut knocked my Windows installation into a recursive reboot loop.
This was incredibly easy to get working, but just in case anyone else needs it, I thought I'd make a post. note: this does not allow you to use Blide to make Linux apps. It allows you to compile the Windows binaries from within Linux.
Step 1) Make sure you have installed Wine, and BlitzMax into Wine.
step 2) Type this into a terminal. Do not SUDO or SU it (I found this out the hard way- it actually causes it to fail, and fixing it is a bit of a pain.)
and for those who want DirectX access
For those who may still have a problem getting Blide to install at this point, if you can, try copy and pasting an installation from windows into Wine's "Program Files" folder and running blide.exe from there.
Note: I haven't tried using MinGW or module compiling yet, but since Wine gives you what you need, I can't see a problem doing so.
I'm happily coding away in blide now in Ubuntu, since a powercut knocked my Windows installation into a recursive reboot loop.
This was incredibly easy to get working, but just in case anyone else needs it, I thought I'd make a post. note: this does not allow you to use Blide to make Linux apps. It allows you to compile the Windows binaries from within Linux.
Step 1) Make sure you have installed Wine, and BlitzMax into Wine.
step 2) Type this into a terminal. Do not SUDO or SU it (I found this out the hard way- it actually causes it to fail, and fixing it is a bit of a pain.)
wget <a href="http://kegel.com/wine/winetricks" target="_blank">http://kegel.com/wine/winetricks</a> sh winetricks corefonts sh winetricks fakeie6 sh winetricks dotnet20
and for those who want DirectX access
sh winetricks directx9
For those who may still have a problem getting Blide to install at this point, if you can, try copy and pasting an installation from windows into Wine's "Program Files" folder and running blide.exe from there.
Note: I haven't tried using MinGW or module compiling yet, but since Wine gives you what you need, I can't see a problem doing so.