Editing Maemo SDK+ installation on Debian (AMD64)

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 6: Line 6:
Using lenny (old, from the archives):
Using lenny (old, from the archives):
  # aptitude install debootstrap
  # aptitude install debootstrap
-
  # debootstrap --arch i386 lenny /srv/lenny-ia32 <nowiki>http://archive.debian.org/debian/</nowiki>
+
  # debootstrap --arch i386 lenny /srv/lenny-ia32 http://archive.debian.org/debian/
-
  # echo "deb <nowiki>http://maemo-sdk.garage.maemo.org/download/host debian-lenny</nowiki> free" >> /srv/lenny-ia32/etc/apt/sources.list
+
  # echo "deb http://maemo-sdk.garage.maemo.org/download/host debian-lenny free" >> /srv/lenny-ia32/etc/apt/sources.list
  # aptitude install schroot
  # aptitude install schroot
Or using sqeeze (current stable):
Or using sqeeze (current stable):
  # aptitude install debootstrap
  # aptitude install debootstrap
-
  # debootstrap --arch i386 squeeze <nowiki>/srv/lenny-ia32 http://ftp.debian.org/debian/</nowiki>
+
  # debootstrap --arch i386 squeeze /srv/lenny-ia32 http://ftp.debian.org/debian/
-
  # echo "deb <nowiki>http://maemo-sdk.garage.maemo.org/download/host debian-squeeze</nowiki> free" >> /srv/lenny-ia32/etc/apt/sources.list
+
  # echo "deb http://maemo-sdk.garage.maemo.org/download/host debian-squeeze free" >> /srv/lenny-ia32/etc/apt/sources.list
  # aptitude install schroot
  # aptitude install schroot
You may want to adjust the /srv/lenny-ia32 directory, but then you'd have to adjust it in the rest of the instructions as well (together with any other lenny references if you like).
You may want to adjust the /srv/lenny-ia32 directory, but then you'd have to adjust it in the rest of the instructions as well (together with any other lenny references if you like).
Line 54: Line 54:
  (lenny)~ # aptitude update
  (lenny)~ # aptitude update
  (lenny)~ # aptitude install maemo-sdk
  (lenny)~ # aptitude install maemo-sdk
-
(lenny)~ $ maemo-sdk reload catalogue
 
  (lenny)~ # maemo-sdk list available tools
  (lenny)~ # maemo-sdk list available tools
  etch
  etch
  etch-2008
  etch-2008
  lenny-2009-1
  lenny-2009-1
 +
 +
If nothing shows, try again after running:
 +
(lenny)~ $ maemo-sdk reload catalogue
Install tools:
Install tools:
-
  (lenny)~ # maemo-sdk --mirror <nowiki>http://archive.debian.org/debian/ install tools lenny-2009-1</nowiki>
+
  (lenny)~ # maemo-sdk --mirror http://archive.debian.org/debian/ install tools lenny-2009-1
  (lenny)~ # maemo-sdk list available toolchains
  (lenny)~ # maemo-sdk list available toolchains
Line 120: Line 122:
  (lenny)~ $ cd ~/src/mytest
  (lenny)~ $ cd ~/src/mytest
  (lenny)~/src/mytest $ sb2 -eR apt-get update
  (lenny)~/src/mytest $ sb2 -eR apt-get update
-
(lenny)~/src/mytest $ sb2 apt-get -eR build-dep maemopad
 
  (lenny)~/src/mytest $ sb2 apt-get source maemopad
  (lenny)~/src/mytest $ sb2 apt-get source maemopad
  (lenny)~/src/mytest $ cd maemopad-2.6
  (lenny)~/src/mytest $ cd maemopad-2.6

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)