edited README.LIN

This commit is contained in:
EdBird 2017-08-03 18:55:56 +01:00
parent 5aeed2112b
commit 5294ef1799
1 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,11 @@ DeSmuME provides another interface based on libglade, to use
* http://glade.gnome.org/
To build, cd to src/frontend/posix and then run ./configure && make
To build, cd to src/frontend/posix and then run `./autoconf.sh`
This will create the file `configure`. Run this using `./configure`
Then build the program by running `make`
It will generate three programs:
1) "desmume" in the "gtk" directory;