News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Windows: Build CodeBlocks source without having CodeBlocks binary first

Started by sorinev, August 27, 2015, 06:34:46 PM

Previous topic - Next topic

sorinev

Is this possible? I do it all the time on Linux (Kubuntu 14.04), but can I build the CodeBlocks source on Windows without having the CodeBlocks binary itself first (i.e. use CodeBlocks 13.12 IDE to build CodeBlocks svn source)?

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

sorinev

Yeah that's what I'm reading, it's expecting one to have CodeBlocks installed first so that you can build CB from CB itself. I noticed the build .bat files in the source, but they too expect a CB exe.

stahta01

I have tried multiple times to try to make configure/make work under windows.
But, I have decided it is beyond my abilities.

I think downloading CB for windows to build CB under windows works the best.

But, I am thinking of trying cbp2make on windows and see if that method works better than configure/make does for me.

Tim S.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]