- Create a /package directory:
mkdir -p /package
chmod 1755 /package
cd /package
- Download the latest version of skaembutils,
skaembutils-0.18.tar.gz,
into /package.
- Unpack the skaembutils package:
tar -zxpvf skaembutils-0.18.tar.gz
# if you do not have GNU tar, check with your gunzip and tar manual pages.
rm skaembutils-0.18.tar.gz
cd host/skarnet.org/skaembutils-0.18
- If you want to use another compiler and linker than the default,
edit src/sys/conf-cc and src/sys/conf-ld as needed.
In particular, you should try and statically compile the
package if your libc makes it easy.
- Compile and set up skaembutils:
package/install
The binaries will be available in the command subdirectory.
- To report success :
cat package/name package/version compile/sys/sysdeps | mail ska-sysdeps@skarnet.org
- You can then delete the compile subdirectory to save disk space.