gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] GNU Arch 1.3.4 release candidate 1


From: Mikhael Goikhman
Subject: Re: [Gnu-arch-users] GNU Arch 1.3.4 release candidate 1
Date: Mon, 12 Dec 2005 19:47:01 +0000
User-agent: Mutt/1.4.2.1i

On 11 Dec 2005 11:29:29 -0800, Andy Tai wrote:
> 
> http://www.atai.org/gnuarch/prereleases/tla-1.3.3.99.tar.gz

This tarball is quite confusing. It contains neither README nor INSTALL.
In fact, nowhere in the tarball is explained how to build tla.
Please add INSTALL file that may look like this:

------------------------------------------------------------------------
To build tla, execute:

  cd src
  mkdir ./=build
  cd ./=build
  ../configure
  make

To install tla, execute something like:

  strip tla/tla/tla
  sudo install tla/tla/tla /usr/local/bin/

You may want to refrain from issuing "make install" after "make", since
it violates the common expectation that "make install" only installs
without rebuilding everything again.  Mere "cp" or "install' is enough.
------------------------------------------------------------------------

Regards,
Mikhael.




reply via email to

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