Changes

From Amahi Wiki
Jump to: navigation, search
1,137 bytes added ,  16:39, 3 April 2011
no edit summary
'''This page is being edited actively and a lot of sections are missing currently; feel free to help improving it.'''
=Current state=
==Installation using the sources==
 
* Install debian. If you install mysql do not give it a root password.
* on this system perform the following steps:
* install the needed development packages '''apt-get install build-essential devscripts debhelper fakeroot lintian git-core
'''
* clone the amahi git repository: '''git clone git://git.amahi.org/amahi.git
'''
* '''cd amahi/platform/hdactl'''
* get the debian specifc hda-install: '''wget http://amahi.99k.org/hda-install'' (this one will move to a location on amahi.org)
* check debian/hdactl.hdactl.init; if it contains a string '''mysqld''' remove the trailing '''d'''
* build the hdactl package by typing '''make deb'''
* build the hda-platform package by typing '''cd ../platform; make deb'''
* create a local package feed by doing the following:
* '''cd ../..; mkdir repo; cd repo'''
* '''cp ../platform/*/release/*.deb .''' (don't forget the dot at the end!)
* create the Packages file: '''dpkg-scanpackages -m . /dev/null > Packages'''
* and compress it: '''gzip Packages'''
 
You have now build your packages. You can install things like explained in the previous section.
 
 
 
 
 
 
to be written
121

edits