From 5294ef179931e1c8cd8d9aefe6402611e14995ce Mon Sep 17 00:00:00 2001 From: EdBird Date: Thu, 3 Aug 2017 18:55:56 +0100 Subject: [PATCH] edited README.LIN --- desmume/README.LIN | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/desmume/README.LIN b/desmume/README.LIN index a60841097..70fff1af0 100644 --- a/desmume/README.LIN +++ b/desmume/README.LIN @@ -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;