News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

InstallersAndPackages

Started by Hadomunt, June 28, 2010, 07:05:34 PM

Previous topic - Next topic

Hadomunt

Hello,

using Code::Blocks on Windows32 Vista Home Premium.

This is a very nice IDE, works great.

Only, is there an ability to make packages and installers.
(msi installers and deb/rpm packages)

If there is please tell me.
If there is NOT, where to do feature requests?
(Most projects allow some sort of feedback, feature request part in the forum somewhere.)

oBFusCATed

For windows installers, read about the nullsoft's installer.
For linux, you need to support another build system (autotools, scons, cmake) in order to make packages.
Unfortunately, CB can't generate them automatically.

There is a cbMakegen plugin, but it is not quite reliable.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Jenna

Quote from: oBFusCATed on June 28, 2010, 09:30:38 PM
For windows installers, read about the nullsoft's installer.
For linux, you need to support another build system (autotools, scons, cmake) in order to make packages.
Unfortunately, CB can't generate them automatically.

There is a cbMakegen plugin, but it is not quite reliable.

You can create deb-packages without automake.
I created a very simple template for debian, that uses C::B as build-system and not automake/autoconf.
It needs some handworking to be used for other projects, but this is quite simple (if you know how debian build-system works).
testapp.tar.7z

tonikny

I'm trying to download this testapp, but an error happened, is there another location to try?

Jenna

#4
Quote from: tonikny on July 02, 2011, 11:56:17 AM
I'm trying to download this testapp, but an error happened, is there another location to try?
From my server:

testapp.7z
or
testapp.tar.bz2

tonikny