meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
maemo:things_to_install_to_n900 [2011/08/11 08:50]
japskua
maemo:things_to_install_to_n900 [2011/08/11 09:55] (current)
japskua [Installing the required development stuff to N900]
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 +apt-get install gstreamer0.10-alsa gstreamer0.10-flac gstreamer0.10-plugins-base python-gst0.10 gstreamer-tools  
-apt-get install python-location +apt-get install ogg-support decoders-support gstreamer0.10-plugins-good-extra 
-</code>+# Here you have to select accept on n900 to install the decoders support completely 
 + 
 +apt-get install python-location python-hildondesktop 
 +apt-get install personal-ip-address 
 +</code>  
 + 
 +After this you should have all the required stuff installed and the device ready to go. Also, notice that there is now an Applet on the N900 desktop, that displays your IP address (might come in handy) ;-)