SOHO : Small Office Home Office
Freeware - Opensource software tips, tricks, tweaks & fixes for managing, securing, improving the performance of SOHO Desktop, Laptop, Networks

Wednesday, January 21, 2009

How to compile packages in clarkconnect?

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.
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.


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.
source :  http://www.clarkconnect.com/docs/Howtos_-_Installing_and_Removing_the_Developer_Tools

No comments:

Post a Comment