Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3d | 2012-02-13 | ||
_alt | 2012-02-13 | ||
assi_bg_welcome.png | 2012-02-13 | 96.3 kB | |
btn_import_resources.png | 2012-02-13 | 5.0 kB | |
btn_import_resources_plain.png | 2012-02-13 | 5.3 kB | |
media_player_bg.png | 2012-02-13 | 3.8 kB | |
note_green_bg.png | 2012-02-13 | 10.8 kB | |
preferences_actors.png | 2012-02-13 | 7.8 kB | |
preferences_animations.png | 2012-02-13 | 9.6 kB | |
preferences_armors.png | 2012-02-13 | 8.9 kB | |
preferences_audio.png | 2012-02-13 | 10.8 kB | |
preferences_classes.png | 2012-02-13 | 5.3 kB | |
preferences_commonevents.png | 2012-02-13 | 10.0 kB | |
preferences_enemies.png | 2012-02-13 | 5.5 kB | |
preferences_items.png | 2012-02-13 | 7.9 kB | |
preferences_no_pic.png | 2012-02-13 | 5.5 kB | |
preferences_skills.png | 2012-02-13 | 9.0 kB | |
preferences_states.png | 2012-02-13 | 8.2 kB | |
preferences_switches.png | 2012-02-13 | 4.1 kB | |
preferences_system.png | 2012-02-13 | 6.8 kB | |
preferences_texts.png | 2012-02-13 | 9.0 kB | |
preferences_tilesets.png | 2012-02-13 | 7.3 kB | |
preferences_troops.png | 2012-02-13 | 10.6 kB | |
preferences_variables.png | 2012-02-13 | 5.8 kB | |
preferences_weapons.png | 2012-02-13 | 6.1 kB | |
res_panorama.png | 2012-02-13 | 7.9 kB | |
res_sprites.png | 2012-02-13 | 5.0 kB | |
warning.png | 2012-02-13 | 12.0 kB | |
Totals: 28 Items | 284.2 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.