mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
216 stars 67 forks source link

How to compile to windows? #7

Closed erickdeoliveiraleal closed 8 years ago

erickdeoliveiraleal commented 8 years ago

Hello, could someone help me to compile to windows? Thanks in advance.

moyzer commented 8 years ago

+1 Yes you are right !!! Mariuz can give a Setup for windows 32/64
We really need it.

tuksik commented 8 years ago

You can check Flamerobin Building instructions for Windows 10 (Visual Studion 2015)

mariuz commented 8 years ago

I have upgraded the instructions above to use the VC14 also solutions are now using wxwidgets 3.1

mariuz commented 8 years ago

@moyzer Could you try this build for Windows 32

https://sourceforge.net/projects/flamerobin/files/flamerobin-snapshots/0.9.x/

mariuz commented 8 years ago

you might need Visual C++ Redistributable for Visual Studio 2015

https://www.microsoft.com/en-us/download/details.aspx?id=48145

moyzer commented 8 years ago

Thank you Marius. I will chek it and come back.