On 28 December 2016 at 03:30, Anarchean wrote:
> Once in a while:
> % ./configure --prefix="$PREFIX"
I only configure when I need to, for example when the configure script
has changed.
> And then every modification:
> % make
> % make install
> % "$PREFIX/bin/project_name"
I run from the build d
On 12/27/2016 09:30 PM, Anarchean wrote:
>
> I use two terminals, one is running vim from inside the
> src dir. The other one has a variable PREFIX=$project_root/sandbox,
> and I use it to compile and run the program, which is usually the
> follow command sequence:
>
> Once in a while:
> % ./c