Download Latest Version gnurpgm_0.2-2_linux_x64.tar.bz2 (9.4 MB)
Email in envelope

Get an email when there's a new version of gnu RolePlayGame Maker

Name Modified Size InfoDownloads / Week
Parent folder
interpreter_perspective_rpgXp.xcf 2012-02-13 130.0 kB
ksite.xcf 2012-02-13 7.4 kB
ktray_icon2.xcf 2012-02-13 4.0 kB
ktray_icon3.xcf 2012-02-13 35.9 kB
ktray_icon.xcf 2012-02-13 11.9 kB
logo.xcf 2012-02-13 95.7 kB
logo_construction.xcf 2012-02-13 65.3 kB
map.xcf 2012-02-13 9.3 kB
map_big.xcf 2012-02-13 122.3 kB
menu_fruity_maps.png 2012-02-13 4.8 kB
menu_fruity_maps.xcf 2012-02-13 40.5 kB
menu_fruity_pros_prefs.xcf 2012-02-13 44.6 kB
menu_fruity_resources.xcf 2012-02-13 36.6 kB
mime.xcf 2012-02-13 227.2 kB
naked_circle.xcf 2012-02-13 4.6 kB
now_youre_thinking_with_portals.xcf 2012-02-13 18.0 kB
on_connection_fail.xcf 2012-02-13 32.5 kB
on_mouse_hover.xcf 2012-02-13 8.4 kB
on_update2.xcf 2012-02-13 27.0 kB
on_update2_no.xcf 2012-02-13 16.9 kB
oxygen_012.xcf 2012-02-13 15.8 kB
route.xcf 2012-02-13 3.0 kB
set_sprite.xcf 2012-02-13 11.5 kB
smiley_blank.xcf 2012-02-13 3.4 kB
state_berserk.xcf 2012-02-13 7.5 kB
talky_dude.xcf 2012-02-13 92.5 kB
tile_numbers.xcf 2012-02-13 18.6 kB
tileset_forge.xcf 2012-02-13 8.8 kB
token_encounterz.xcf 2012-02-13 14.7 kB
token_passables.xcf 2012-02-13 16.9 kB
tokens.xcf 2012-02-13 52.0 kB
toward_away_from_stuff.xcf 2012-02-13 21.2 kB
warning.xcf 2012-02-13 54.4 kB
wooooooooodt.xcf 2012-02-13 213.5 kB
zombi_big.png 2012-02-13 40.2 kB
3rd_party_addons_allow.xcf 2012-02-13 12.8 kB
3rd_party_addons_deny.xcf 2012-02-13 12.8 kB
510px-Android_robot.svg.png 2012-02-13 15.1 kB
autosave.xcf 2012-02-13 19.8 kB
background.xcf 2012-02-13 982.2 kB
buch.png 2012-02-13 19.2 kB
buch.xcf 2012-02-13 793.2 kB
char_forge.xcf 2012-02-13 6.8 kB
check_box.xcf 2012-02-13 5.5 kB
dictionary.xcf 2012-02-13 16.5 kB
ecy_marks_re_making_sounds.xcf 2012-02-13 28.6 kB
entry.xcf 2012-02-13 8.2 kB
event_edit_set_stuff.xcf 2012-02-13 8.3 kB
event_edit_show_txt.xcf 2012-02-13 8.2 kB
event_editor_appearance.xcf 2012-02-13 14.1 kB
event_editor_behaviour.xcf 2012-02-13 5.3 kB
event_editor_existence.xcf 2012-02-13 13.5 kB
event_editor_processing.xcf 2012-02-13 14.4 kB
event_template_editor.xcf 2012-02-13 29.2 kB
frame_edge_.xcf 2012-02-13 10.6 kB
gnurpgm-mime.png 2012-02-13 31.6 kB
interpreter_perspective_custom.xcf 2012-02-13 163.7 kB
interpreter_perspective_rpg2k3.xcf 2012-02-13 156.7 kB
interpreter_perspective_rpg2k.xcf 2012-02-13 101.5 kB
interpreter_perspective_rpg2kUiD.xcf 2012-02-13 143.3 kB
Totals: 60 Items   4.1 MB 0
/*
* Copyright (C) 2010 2011 2012 Alexander Hochreiter
*
*  This program is free software: you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation, either version 3 of the License, or
*  (at your option) any later version.
*
*  This program is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  You should have received a copy of the GNU General Public License
*  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

------------------------------------------------------------------



------------------------------------------------------------------
Requirements:

*) Qt libs and qmake executeable
*) gcc 4.x

optional: *) Qt creator

---
To compile it, open a terminal inside this directory and type 
$ qmake
$ make      (<--- this will take some time)

This will create an executeable file called "gnurpgm".
You can start it from a terminal with 
$ ./gnurpgm

Or use a graphical file browser of your choice.

---
An easy alternative is to install Qt Creator on your system and simply open the gnurpgm.pro file and press the upper green play button in the bottom left corner.
Source: readme.txt, updated 2012-02-13