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 / depracticated
Name Modified Size InfoDownloads / Week
Parent folder
smtp 2012-02-13
caddons_installer_dialog.h 2012-02-13 5.4 kB
celements_edit0r.cpp 2012-02-13 9.1 kB
celements_edit0r.h 2012-02-13 2.4 kB
cmake_a_wish.cpp 2012-02-13 3.4 kB
cmake_a_wish.h 2012-02-13 700 Bytes
cpick_file.cpp 2012-02-13 6.8 kB
cpick_file.h 2012-02-13 2.4 kB
ctopics_and_templates_edit0r.cpp 2012-02-13 36.1 kB
ctopics_and_templates_edit0r.h 2012-02-13 4.8 kB
cvalidation_widget.cpp 2012-02-13 1.6 kB
cvalidation_widget.h 2012-02-13 1.1 kB
examples_screen.cpp 2012-02-13 9.7 kB
examples_screen.h 2012-02-13 2.8 kB
project_preferences.cpp 2012-02-13 77.6 kB
project_preferences.h 2012-02-13 7.7 kB
backups.tar.gz 2012-02-13 64.8 kB
caddons_installer_dialog.cpp 2012-02-13 32.1 kB
Totals: 18 Items   268.6 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