User forums > Using Code::Blocks
Distribution, Tarball, Autobuild, etc.
Hans-Linux:
--- Quote from: oBFusCATed on December 10, 2011, 03:53:47 am ---The best solution is to invest some time and to learn Autotools.
It turned out that it is not that hard.
--- End quote ---
Have been using Autotools from within the Anjuta IDE for many years. (Build -> Built Tarball).
Just miss the menu item when I changed to using the Code::Blocks IDE.
I mainly use "makeself" (megastep.org/makeself/) to create application installers for distribution, similar to the ones used by NVidia and Oracle VirtualBox.
Hans
Hans-Linux:
--- Quote from: jens on December 10, 2011, 10:15:54 am ---To make an archive of the whole project, the easiest way is to use the make_dist.script.
It should be in C::B's share/scripts subfolder.
You can enable it via "Settings -> Scripting".
It adds an entry to the "Project"-menu ("Create package for distribution") and needs either zip or tar and gzip or tar and bzip2 executables in path.
If you want to use one of the last two options, you have to edit the script before enabling it (line 21 to 29, self explaining).
And the version of C::B must be less than 7588 (broken since than, fix will be committed soon, after some testing).
--- End quote ---
Will wait until the fix is committed.
Hans
Alpha:
--- Quote from: Hans-Linux on December 12, 2011, 08:11:58 am ---
--- Quote from: oBFusCATed on December 10, 2011, 03:53:47 am ---The best solution is to invest some time and to learn Autotools.
It turned out that it is not that hard.
--- End quote ---
Have been using Autotools from within the Anjuta IDE for many years. (Build -> Built Tarball).
--- End quote ---
If you are still using Autotools to manage your Code::Blocks projects, you could add a menu entry to do exactly this with the Tools+ plugin.
Navigation
[0] Message Index
[*] Previous page
Go to full version