Re: [Planner] How do I build planner ?



lincoln phipps openmutual net wrote:

John,

Assuming that you have checked out the planner source tree
to e.g. /home/john/planner

Then
cd /home/john/planner
    su root
Whoa, hold on here a minute...

Generally it is a bad idea to run autogen/make (or any other process) as root if you don't have a real need to. And even if nothing bad actually happens, it's generally regarded as bad practice.

Run the autogen script and make as your usual user, then su to do the `make install` step. Much safer that way! :)

- Steve

    ./autogen.sh

***wait around 3 minutes ***

    make

*** wait around 5 minutes ***

    make install

** wait around 1 minute then run your program ***

    exit
    planner





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]