gnu-system-discuss
[Top][All Lists]
Advanced

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

Re: A GNU Distribution


From: Richard Stallman
Subject: Re: A GNU Distribution
Date: Tue, 03 Apr 2012 21:13:03 -0400

    > $ apt-get build-dep $PROGRAM;
    > $ apt-get source $PROGRAM;
    > $ cd PROGRAM/;
    > $ ./configure;
    > $ make;
    > $ make install;
    > 
    > What is not easy about this? :-)

    Well, for a start I reckon it would be possible to shorten that down
    from 6 commands. Plus, a lot of binary packages are built with
    specialised arguments passed to ./configure if I want to rebuild after
    making some small changes how am I to know the arguments to pass?

If configure arguments are crucial, each package COULD contain a
script called `binconfigure' which runs `configure' using the
appropriate arguments.

--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use free telephony http://directory.fsf.org/category/tel/



reply via email to

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