Changes

From Amahi Wiki
Jump to: navigation, search
925 bytes added ,  02:35, 30 June 2009
no edit summary
=Requirements=
You may want to have two different installations of Ubuntu.
* A development platform, running Ubuntu 2009.04 Desktop 32 bit with the recommended development packages installed
* An Amahi sandbox, preferably running Ubuntu 2009.04 Desktop 32 bit in [http://www.virtualbox.org/ VirtualBox]
Please don't install the Amahi packages on the development platform as this might break your networking.
 
=Setting up the development platform=
# Install Ubuntu 9.04 Desktop 32 bit
# Install essential build toolchain # sudo aptitude install build-essential
# Install git. # sudo aptitude install git-core
# Read [https://wiki.ubuntu.com/PackagingGuide/Complete Ubuntu packaging guide] to get an idea of other additional packages that you may want to install to create Ubuntu packages. I will list the packages to make your part easier at a later point.
 
=Setting up the Amahi sandbox=
# Install [http://www.virtualbox.org/ Sun VirtualBox] # sudo aptitude install virtualbox-ose
# Open VirtualBox and create a new guest platform for Ubuntu and install Ubuntu 9.04 Desktop 32 bit
# Install VirtualBox guest additions in your Amahi sandbox
# Setup VirtualBox folder sharing between your development platform and Amahi sandbox
 
=Amahi source code=
On your development platform, download Amahi source code from our git repository.