Source Compilation on Windows OS

Asked by Yarlagadda Suresh

What are the software pre-requisites to compile the sourcecode on windows and also the steps to compile?

Is there a document or link(s) for the above so it helps?

Question information

Language:
English Edit question
Status:
Answered
For:
HomeBank Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Yarlagadda Suresh (yarlagaddasuresh) said :
#1

Any Suggestions?

Revision history for this message
nico.exe (nicolas-lepot) said :
#2

Hi,

To develop GTK + on windows, install gtk + and codeblocks :

1. Install the EDI Codeblock for win32 (setup with minGW) : http://www.codeblocks.org/
    chose setup path : c:\codeblock

2. download GTK for win32 (All-in-one bundles 2.22) : http://www.gtk.org/
    extract gtk+-bundle_2.22.1-20101227_win32.zip to C:\CodeBlocks\MinGW
    copy C:\CodeBlocks\MinGW\include\gdk-pixbuf-2.0\gdk-pixbuf to C:\CodeBlocks\MinGW\include\gdk-pixbuf
    add in the %PATH% : C:\CodeBlocks\MinGW\bin

3. open Codeblocks, menu settings>compiler and debugger, tab Toolchain executables, dir : C:\CodeBlocks\MinGW
    open Codeblocks, menu settings>Global variable editor
        set "Current Variable" : gtk
        set "base" : c:\Codeblocks\MinGW
        set "include" : c:\Codeblocks\MinGW\include
        set "lib" : c:\Codeblocks\MinGW\lib

//// here : you have the environnement for developing with GTK in win32
//// test : open Codeblocks, menu File > New > Project > Gtk + >... compile. it'is ok...
//// most : glade is a good tool to design GUI. install Glade : http://gladewin32.sourceforge.net/

After, download the source here : http://homebank.free.fr/index.php?id=20

And after that, I don't know how to get to recompile Homebank in Windows ... I would like to know too...

Perhaps that should be used MinGW and MSYS ?
In this case, it's not plug and play... cf: http://www.linuxsampler.org/msys.html

Can anyone explain ?

thanks,

nico

Revision history for this message
Eduardo (eduedp) said :
#3

I also want to know how to compile on Windows 10.

Revision history for this message
Richard Sutton (rsutton43) said :
#4

I too have ask a question of Maxime about Windows compilation. I have received no answer to date. Someone must know the dependencies and compilation steps because a Windows version is available. Someone is doing that compilation and it would be nice to hear from them.

Revision history for this message
Richard Chan (ccsric) said :
#5

Hi,
l would like know too how to compile on windows.

Can you help with this problem?

Provide an answer of your own, or ask Yarlagadda Suresh for more information if necessary.

To post a message you must log in.