News:

--

Main Menu

development workflow?

Started by zepl0de, September 03, 2012, 08:08:03 AM

Previous topic - Next topic

zepl0de

I've used the bootStrap.sh script to build avidemux but i'm wondering how avidemux developers build and test their changes to their code without rebuilding everything from scratch. Is there a guide to a developer workflow somewhere? I've tried looking. Many thanks.

mean

As far as i'm concerned, i have 4 scripts that built only core/qt4/plugins/plugins-qt4 as a codeblocks/netbeans project
So change/build/test takes only 1 or 2 sec


zepl0de

Quote from: mean on September 03, 2012, 12:50:58 PM
As far as i'm concerned, i have 4 scripts that built only core/qt4/plugins/plugins-qt4 as a codeblocks/netbeans project
So change/build/test takes only 1 or 2 sec

That sounds like what I'm after. Are these scripts available somewhere?

Jan Gruuthuse

Compiling Avidemux 2.6.x and
svn co svn://svn.berlios.de/avidemux/branches/avidemux_2.6_branch_mean

mean

Here is the one i use to build qt4
(beware i'm using ccache to speed up build, you may have to disabled it)