GNOME Bugzilla – Bug 790454
Update README.md with new compiling instruction
Last modified: 2017-12-07 11:03:24 UTC
Created attachment 363851 [details] [review] [PATCH] Update README.md compiling instruction Hello, When I tryed to build retro-gtk I saw the compiling instructions changed since the last modifications of README.md. So I removed the "autotools" paragraph and added "meson" and "ninja" instructions instead. br
Review of attachment 363851 [details] [review]: ::: README.md @@ -25,3 @@ -Then compile: -`./configure` -`make` I think you could keep this part and just run "ninja" instead of "make".
Created attachment 364487 [details] [review] [PATCH] README.md update compiling instruction
Sorry for the late review and thanks for the patch, it's good. :)