Preparing my OS to build Switchfin
- Date added:
- Sunday, 18 September 2011
- Last revised:
- Sunday, 18 September 2011
Answer
To successfully compile a Switchfin on your chosen Linux distribution you will need to install some required dependencies.
The below steps are a general guide on installing the requirement per distribution:
Ubuntu 10.04/11.04
- From your console run the following command with out the quotation marks
"sudo apt-get install subversion build-essential liblzo2-dev ncurses-dev zlib1g-dev uuid-dev" - Next we need to download the Switchfin source run the following command without quotation marks
"svn co https://switchfin.svn.sourceforge.net/svnroot/switchfin/switchfin/trunk/ switchfin" - You should now have all the requirements to successfully compile Switchfin on Ubuntu 10.04/11.04
Fedora 15
- From your console log on as root using the following command with out quotation marks
"su" - you will have to input your root password - Run the following command to install the required dependencies with out quotation marks
"yum install subversion ncurses-devel gcc wget patch glibc-devel glibc-static lzo-devel libuuid-devel" - Next we need to download the Switchfin source run the following command without quotation marks
"svn co https://switchfin.svn.sourceforge.net/svnroot/switchfin/switchfin/trunk/ switchfin" - You should now have all the requirements to successfully compile Switchfin on Fedora 15




