execline
Software
www.skarnet.org
How to install execline
Like any other piece of software (and information generally),
execline comes with NO WARRANTY.
Starting with release 1.1.0, execline is available under the terms of
the ISC license,
see the included package/COPYING file.
Requirements
System
Build-time
- A standard C development environment
- The skalibs package, version 1.2.8 or higher
Run-time
Depending on the way you compile and link execline:
- No dependencies (static executables)
- or a standard C run-time environment (dynamic executables with flag-allstatic)
- or a standard C run-time environment, and the
skalibs package, version 1.2.8 or higher
(dynamic executables without flag-allstatic)
Installation
execline follows the
slashpackage convention.
- Create a /package directory:
mkdir -p /package
chmod 1755 /package
cd /package
- Download the latest version of execline,
execline-1.1.6.tar.gz,
into /package.
- Unpack the execline package:
tar -zxpvf execline-1.1.6.tar.gz
# if you do not have GNU tar, check with your gunzip and tar manual pages.
rm execline-1.1.6.tar.gz
cd admin/execline-1.1.6
- Configure the package by editing the files in conf-compile/
following these
instructions. The execline package also supports
this list of flags.
- Compile and set up execline:
make
sudo make install
- To save disk space:
make clean