Current Document and Section   Other Documents  
  - Documentation
    - Howtos
  User Guide
DNS and Domains
Gateway Services Guide
Release Notes
 
 

Howtos - Installing and Removing the Developer Tools

Contents


[edit] Overview

Whether you are building software or the Linux kernel from source, you will need several tools installed on your system:

  • gcc
  • automake
  • autoconf
  • binutils
  • and many others

We provide a simple way to install a core set of developer tools on your system.

[edit] Installing

Bring up a command line session on your ClarkConnect system and run the following commands:

apt-get update
apt-get clean
apt-get install cc-devel


You will be prompted to install numerous packages (see screenshot). Hit Y at the prompt and the Enter key to install the developer environment.

Screenshot of cc-devel installation

[edit] Removing

If your ClarkConnect box is accessible via the Internet (HTTP, FTP, etc), we recommend uninstalling the developer tools once you are done compiling. Run the following commands to remove the developer tools from your system.

/usr/sbin/cc-devel-uninstall.sh
rpm -e cc-devel


In some cases, uninstalling the developer tools may cause the compiled software to fail. In this case, you can either re-install the missing package, or re-install the cc-devel package.

Retrieved from "http://www.clarkconnect.com/docs/Howtos_-_Installing_and_Removing_the_Developer_Tools"

This page has been accessed 2,204 times. This page was last modified 20:31, 7 August 2007.