autoconf
[Top][All Lists]
Advanced

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

Re: Compile-Run Cycle


From: Gavin Smith
Subject: Re: Compile-Run Cycle
Date: Wed, 28 Dec 2016 12:23:38 +0000

On 28 December 2016 at 03:30, Anarchean <address@hidden> 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 directory most of the time, without installing, e.g.

% make
% ./project_name



reply via email to

[Prev in Thread] Current Thread [Next in Thread]