Compiling
Windows users should follow the Step by Step Instruction for Windows.
Other users should follow these steps:
Log in as root
Install the package:
gcc GNU Compiler Collection
make GNU Make
tar GNU Tape Archiver
Ubuntu users: you can install necessary packages with sudo apt-get install build-essential manpages-dev
Extract the source package into your preferred directory: tar -xzf smstools*.tar.gz
Solaris users: edit src/Makefile as instructed inside it
Use make to compile and install the sources: make make install
|