Zhone

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
  
 
==Installing Zhone on Ubuntu ==
 
==Installing Zhone on Ubuntu ==
* open 'Software sources'
+
*Add this to your /etc/apt/sources.lst :
* add 'deb http://pkg-fso.alioth.debian.org/debian/ unstable main'
+
deb http://pkg-fso.alioth.debian.org/debian/ unstable main
* add 'deb-src http://pkg-fso.alioth.debian.org/debian/ unstable main'
+
deb-src http://pkg-fso.alioth.debian.org/debian/ unstable main
* add 'deb http://ftp.debian.org/debian/ experimental main'
+
deb http://ftp.debian.org/debian/ experimental main
* close 'Software sources'
+
*Execute:
 +
sudo apt-get update
 
* install package libeet1 from http://nl.archive.ubuntu.com/ubuntu/pool/universe/e/eet/libeet1_1.0.1-1_i386.deb
 
* install package libeet1 from http://nl.archive.ubuntu.com/ubuntu/pool/universe/e/eet/libeet1_1.0.1-1_i386.deb
* open terminal
+
*Execute:
* enter 'sudo apt-get install zhone'
+
sudo apt-get install zhone
* open 'Software sources'
+
* Now you should remove the above entries to your sources.lst again and you can finally execute:
* remove the ftp.debian.org entry
+
zhone
* close 'Software sources'
+
* enter zhone into the terminal and watch the magic happen ;)
+
  
 
== Developping Zhone ==
 
== Developping Zhone ==

Revision as of 15:32, 17 August 2008

Key pages on:
FSO

(Other distributions)


Zen Phone

The Framework Testing Image.

Installing Zhone on Ubuntu

  • Add this to your /etc/apt/sources.lst :
deb http://pkg-fso.alioth.debian.org/debian/ unstable main
deb-src http://pkg-fso.alioth.debian.org/debian/ unstable main
deb http://ftp.debian.org/debian/ experimental main
  • Execute:
sudo apt-get update
sudo apt-get install zhone
  • Now you should remove the above entries to your sources.lst again and you can finally execute:
zhone

Developping Zhone

Personal tools
Key pages on:
FSO

(Other distributions)


Zen Phone

The Framework Testing Image.

Installing Zhone on Ubuntu

Developping Zhone