-Wno-error=conversion
in CXXFLAGS
.-Wno-error=conversion
in CXXFLAGS
.
-Wno-error=conversion
in CXXFLAGS
.
-Wno-error=unused-local-typedefs
in CXXFLAGS
-Wno-error=sign-conversion -Wno-error=sign-compare -Wno-error=unused-function -Wno-error=conversion -Qunused-arguments
README
from the distribution):
fink configure
$ fink selfupdate
to get the package description
$ fink install hackt
ChangeLog: src/ChangeLog
[780k]
$ tar xjvf dist.tar.bz2
$ tar xzvf dist.tar.gz
configure --help
for option descriptions
$ /path/to/configure [configure-options]
--with-readline[=PATH]
for command-line completion
-C
caches configuration, speeding up recompiles$ make
$ make -jN -r
or set MAKEFLAGS
$ make check.log
which logs make -k check
MAKEFLAGS
,
so smoke 'em if you got 'em.
cd test && make clean
to reclaim your space.
$ make install
$ make DESTDIR=package-dir install
if you are building a package
DESTDIR
with install)
$ make installcheck
prefix/bin
to your environment's PATH
in your startup script.
source `which init_hackt.csh`
. `which init_hackt.sh`
$ git clone git://github.com/fangism/hackt.git hackt
./bootstrap
from the source dir,
then build as you normally do with configure
and make
.
Details are in README.CVS
.
Requirements for bootstrapping from git, (see README.CVS
):