Running make with the -j makes your life easier. If your processor supports
4 threads then make -j4 would run 4 jobs at the same time. cuts down
compilation time :)

On Mon, Apr 9, 2012 at 9:45 PM, Stewart Smith <stew...@flamingspork.com>wrote:

> On Sun, 8 Apr 2012 14:40:34 +0100, Wajahat Abbassi <
> wajahat.abba...@gmail.com> wrote:
> > Hi Ajaya,
> >
> > Drizzle will take 30-40 minutes in the first compilation. But after that,
> > when you modify the code then it will only recompile the modified files.
> In
> > order to do that, you only need to do:
> >
> > make
> > make install
>
> You only need to do 'make install' if you're installing it somewhere to
> run/test. You don't have to install (e.g. on my dev boxes I never have
> an installed drizzle... although this is mainly because  Ihaven't grown
> out of doing that due to my experience with MySQL).
>
> --
> Stewart Smith
>
> _______________________________________________
> Mailing list: https://launchpad.net/~drizzle-discuss
> Post to     : drizzle-discuss@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~drizzle-discuss
> More help   : https://help.launchpad.net/ListHelp
>
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : drizzle-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to