avalanche-games / avalanche

An utility package for making easy building games using Vala and SDL2. Targetting Windows, Linux, Mac OSX and Android.
16 stars 3 forks source link

Windows compatibility #1

Open chrisfls opened 11 years ago

chrisfls commented 11 years ago

We must make preprocessor conditions to make Avalanche compatible with Windows.

chrisfls commented 11 years ago

I'm taking this issue and downloading MingW 32 bit now(64 only in the next milestone), "build on windows" will be fully tested soon.

PedroHLC commented 11 years ago

Everything is better by now, but we still search: -GTK3 and Chipmunk for Mingw -Vala 0.20.1 compiled for windows. [do not reply]

chrisfls commented 11 years ago

Gtk3 for Mingw can be found in openSUSE repos right now, we just need an automated way to keep our versions up-to-date, this could be done using an custom package manager (like my mingman), but man, it is way time consuming to make an package manager (even if using ruby), mingman source can be found here:https://github.com/kress95/mingman.

I think that porting avalanche to windows might not get /really/ that hard, but porting valac to windows will be a mess.

PedroHLC commented 11 years ago

People can now find Windows ports of librarys and Vala in "Useful files" wiki page: https://github.com/avalanche-games/avalanche/wiki/Useful-files

chrisfls commented 11 years ago

To close this issue we just need to get the editor working on Wine/dows.