Merge pull request #87 from edbird/README_LIN_update

edited README.LIN
This commit is contained in:
zeromus 2017-08-03 16:45:31 -05:00 committed by GitHub
commit b442998635
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;