meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| maemo:things_to_install_to_n900 [2011/08/11 09:39] – [Installing the required development stuff to N900] japskua | maemo:things_to_install_to_n900 [2011/08/11 09:55] (current) – [Installing the required development stuff to N900] japskua | ||
|---|---|---|---|
| Line 62: | Line 62: | ||
| sudo gainroot | sudo gainroot | ||
| apt-get update | apt-get update | ||
| + | apt-get upgrade # In case something new has popped up | ||
| apt-get install maemo-python-device-env | apt-get install maemo-python-device-env | ||
| # Gstreamer to get camera and other stuff working (like the code snippets) :-P | # Gstreamer to get camera and other stuff working (like the code snippets) :-P | ||
| apt-get install gstreamer0.10-alsa gstreamer0.10-flac gstreamer0.10-plugins-base python-gst0.10 gstreamer-tools | apt-get install gstreamer0.10-alsa gstreamer0.10-flac gstreamer0.10-plugins-base python-gst0.10 gstreamer-tools | ||
| - | apt-get install ogg-support decoders-support | + | apt-get install ogg-support decoders-support |
| + | # Here you have to select accept on n900 to install the decoders support completely | ||
| apt-get install python-location python-hildondesktop | apt-get install python-location python-hildondesktop | ||
| apt-get install personal-ip-address | apt-get install personal-ip-address | ||