diff --git a/desmume/ChangeLog b/desmume/ChangeLog index a9610c313..b3ab3564c 100644 --- a/desmume/ChangeLog +++ b/desmume/ChangeLog @@ -1,4 +1,6 @@ 0.5.0 -> 0.6.0 + general: + - Added zipped (based on zziplib) and gzipped (based on zlib) rom support. arm: - Added relocation interrupt vector. - Added region access right checks. diff --git a/desmume/README.LIN b/desmume/README.LIN index 963c6e6c5..fc1912872 100644 --- a/desmume/README.LIN +++ b/desmume/README.LIN @@ -5,9 +5,9 @@ 1) Compiling instructions...................................13 -2) How to use DeSmuME.......................................36 -3) Contact information......................................50 -4) Disclaimer...............................................69 +2) How to use DeSmuME.......................................43 +3) Contact information......................................57 +4) Disclaimer...............................................76 1 Compiling instructions______________________________________ @@ -23,10 +23,17 @@ the above libraries runtime and development packages: Once these libraries are installed, you should be ready to install DeSmuME. +DeSmuME provides another interface based on libglade, to use +it, you'll need glade: + + * http://glade.gnome.org/ + Uncompress the DeSmuME. source archive, move to the newly created directory, type "./configure", then "make", it will generate two programs: "desmume" in the "src/gtk" directory and "desmume-cli" in the "src/cli" directory. +If glade is installed on your system, you'll get a third +binary: "desmume-glade" in the "src/gtk-glade" directory. You can even type "make install" to install those programs on your system (in /usr/local/ by default), then uninstalling is