This is an automated email from the git hooks/post-receive script. coringao-guest pushed a commit to branch master in repository pokemmo.
commit 3423b7f210e3cb7e5210de7ca4f5842823edadf9 Author: Carlos Donizete Froes <[email protected]> Date: Sun Dec 24 02:03:08 2017 -0200 Updated readme.md Signed-off-by: Carlos Donizete Froes <[email protected]> --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 118168b..be3b5fd 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ the roms of the games in the versions **Game Boy Advance** and **Nintendo DS**. > **You must have the legal right to use that rom. We will not supply you with > the roms, or help you find them as they are copyrighted.** -**Installation dependency: Debian/Ubuntu** +**Installation dependency: Debian/Ubuntu/GNU/Linux** ------------------------------------------ # apt install default-jre make zenity @@ -45,23 +45,14 @@ Next you need to compile this release. **Compilation** --------------- -To build game, do from the source directory: +To build game, do from the source directory: (Requires root access for compilation) - $ make clean && make + # make install -Once the compilation has finished, execute the created binary: +Once completed, it will appear in the application menu or run the created binary: $ ./pokemmo -**Make Install and Make Uninstall** ------------------------------------ - -In this second option it will be installed as root: - - # make install - -Once completed, it will appear in the application menu. - To make the removal, within the compiled directory, execute this command: # make uninstall -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pokemmo.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

