Changes

From Amahi Wiki
Jump to: navigation, search
771 bytes added ,  01:41, 2 August 2009
no edit summary
=Amahi source code=
On your development platform, download Amahi source code from our git repository.Follow these steps to build Ubuntu packages. # Set AMAHI_DEB_MAINTAINER environment variable. # export AMAHI_DEB_MAINTAINER="Full Name <you@domain.com>" You need to have a GnuPG key created for the e-mail address that you use in this field. It will be used to sign the package. You will be prompted for the passphrase when the package is built in the later stages.# To build hdactl package, change to 'platform/hdactl' directory and run 'make deb'. # cd platform/hdactl # make deb You will find the .deb file generated under platform/hdactl/release directory.# To build hda-platform package, change to 'platform/platform' directory and run 'make deb'. # cd platform/platform # make deb You will find the .deb file generated under platform/platform/release directory. 
'''This page is being edited actively and a lot of sections are missing currently'''