Next: 2.2 Windows Installation
 Up: 2. Installation
 Previous: 2. Installation
     Contents 
     Index 
- Download the source package, it will be named something like sdcc-2.x.x.tgz.
 
- Bring up a command line terminal, such as xterm.
 
- Unpack the file using a command like: "tar
-xzf sdcc-2.x.x.tgz", this will create a sub-directory
called sdcc with all of the sources.
 
- Change directory into the main SDCC directory, for example type: "cd
sdcc".
 
- Type "./configure". This configures
the package for compilation on your system.
 
- Type "make". All of the source
packages will compile, this can take a while.
 
- Type "make install" as root. This
copies the binary executables, the include files, the libraries and
the documentation to the install directories.
 
Johan Knol
2001-07-13