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

Home / source / include
Name Modified Size InfoDownloads / Week
Parent folder
workspace_widgets 2012-02-13
depracticated 2012-02-13
project_preferences_widgets 2012-02-13
tools 2012-02-13
examples_screen.h 2012-02-13 1.7 kB
gnurpgm_framed_widget.cpp 2012-02-13 1.9 kB
gnurpgm_framed_widget.h 2012-02-13 486 Bytes
groupy_boxy.cpp 2012-02-13 27.4 kB
groupy_boxy.h 2012-02-13 2.9 kB
handbook.cpp 2012-02-13 11.6 kB
handbook.h 2012-02-13 2.9 kB
main_menu_struct.cpp 2012-02-13 7.2 kB
main_menu_struct.h 2012-02-13 2.3 kB
map_workspace.cpp 2012-02-13 64.6 kB
map_workspace.h 2012-02-13 6.8 kB
new_project_wizard.cpp 2012-02-13 36.0 kB
new_project_wizard.h 2012-02-13 4.8 kB
qlabel2.cpp 2012-02-13 1.0 kB
qlabel2.h 2012-02-13 1.0 kB
qpushbutton2.cpp 2012-02-13 1.2 kB
qpushbutton2.h 2012-02-13 1.0 kB
qpushbutton3.cpp 2012-02-13 3.1 kB
qpushbutton3.h 2012-02-13 1.8 kB
qt_flowlayout.cpp 2012-02-13 5.9 kB
qt_flowlayout.cpp~ 2012-02-13 5.9 kB
qt_flowlayout.h 2012-02-13 3.0 kB
qtimer2.cpp 2012-02-13 864 Bytes
qtimer2.h 2012-02-13 1.1 kB
qwidget2.cpp 2012-02-13 890 Bytes
qwidget2.h 2012-02-13 959 Bytes
qwidget3.cpp 2012-02-13 1.4 kB
qwidget3.h 2012-02-13 1.2 kB
system_sync_hub.cpp 2012-02-13 152.3 kB
system_sync_hub.h 2012-02-13 19.7 kB
update_dialog.cpp 2012-02-13 6.1 kB
update_dialog.h 2012-02-13 2.2 kB
welcome_box_widget.cpp 2012-02-13 19.7 kB
welcome_box_widget.h 2012-02-13 3.7 kB
workspace_widget.cpp 2012-02-13 45.6 kB
workspace_widget.h 2012-02-13 8.6 kB
caboutdialog.cpp 2012-02-13 4.6 kB
caboutdialog.h 2012-02-13 971 Bytes
caddons_installer_dialog.cpp 2012-02-13 42.6 kB
caddons_installer_dialog.h 2012-02-13 7.3 kB
cclick_n_point_workspace.cpp 2012-02-13 38.6 kB
cclick_n_point_workspace.h 2012-02-13 7.3 kB
cfadeable_description_labek.cpp 2012-02-13 3.4 kB
cfadeable_description_labek.h 2012-02-13 797 Bytes
cfile_browser.cpp 2012-02-13 12.0 kB
cfile_browser.h 2012-02-13 1.6 kB
cimport_export_resources_dialog.cpp 2012-02-13 11.6 kB
cimport_export_resources_dialog.h 2012-02-13 3.4 kB
cmain_menu_styled_btn.cpp 2012-02-13 2.4 kB
cmain_menu_styled_btn.h 2012-02-13 1.1 kB
cmainwindow.cpp 2012-02-13 18.7 kB
cmainwindow.h 2012-02-13 6.0 kB
config_fs.cpp 2012-02-13 32.6 kB
config_fs.h 2012-02-13 6.9 kB
conoff_box.cpp 2012-02-13 747 Bytes
conoff_box.h 2012-02-13 431 Bytes
conoff_switch.cpp 2012-02-13 4.3 kB
conoff_switch.h 2012-02-13 854 Bytes
cpick_tile.cpp 2012-02-13 3.1 kB
cpick_tile.h 2012-02-13 745 Bytes
cpromptdialog.cpp 2012-02-13 2.3 kB
cpromptdialog.h 2012-02-13 1.3 kB
cpromptlicensedialog.cpp 2012-02-13 2.6 kB
cpromptlicensedialog.h 2012-02-13 1.1 kB
csilent_background_update_watcher.cpp 2012-02-13 3.5 kB
csilent_background_update_watcher.h 2012-02-13 1.8 kB
examples_screen.cpp 2012-02-13 3.9 kB
Totals: 71 Items   687.7 kB 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