Installing DeSmuME from source on Linux

From DeSmuME
(Difference between revisions)
Jump to: navigation, search
Line 12: Line 12:
 
Download the tarball and extract it:
 
Download the tarball and extract it:
  
wget http://prdownloads.sourceforge.net/desmume/desmume-0.9.2.tar.gz?download
+
* wget http://prdownloads.sourceforge.net/desmume/desmume-0.9.2.tar.gz?download
tar xvzf desmume-0.9.2.tar.gz
+
* tar xvzf desmume-0.9.2.tar.gz
  
 
Enter the desmume directory and build the source:
 
Enter the desmume directory and build the source:
  
cd desmume-0.9.2
+
* cd desmume-0.9.2
./configure
+
* ./configure
make
+
* make
sudo make install
+
* sudo make install
  
 
If you are not using sudo the last command needs to be run as the 'root' user.
 
If you are not using sudo the last command needs to be run as the 'root' user.

Revision as of 22:24, 12 April 2009

The Linux version of desmume comes in source code form only, and if your distribution does not package it or is packaging an old version you will have to compile the sources yourself. In order to compile desmume you'll need at least these packages:

gcc make libglib2 libgtk2 libglade gettext libsdl zlib

If you want 3d engines alternatives to software rasterizer you may install libgtkglext or libosmesa.


Install desmume from source tarball

Go to http://desmume.org/download/ to check out the latest version of desmume available. At the time of writing the latest the latest stable release of desmume is 0.9.2.

Download the tarball and extract it:

Enter the desmume directory and build the source:

  • cd desmume-0.9.2
  • ./configure
  • make
  • sudo make install

If you are not using sudo the last command needs to be run as the 'root' user.

Personal tools