Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ccommandos_widget.cpp | 2012-02-13 | 37.8 kB | |
ccommandos_widget.h | 2012-02-13 | 6.2 kB | |
cconditions_list_box.cpp | 2012-02-13 | 19.4 kB | |
cconditions_list_box.h | 2012-02-13 | 3.2 kB | |
cev_api.cpp | 2012-02-13 | 45.8 kB | |
cev_api.h | 2012-02-13 | 2.3 kB | |
cpick_sprite_dialog.cpp | 2012-02-13 | 3.7 kB | |
cpick_sprite_dialog.h | 2012-02-13 | 929 Bytes | |
cpick_sprite_dialog_draw_area_widget.cpp | 2012-02-13 | 5.8 kB | |
cpick_sprite_dialog_draw_area_widget.h | 2012-02-13 | 1.5 kB | |
Totals: 10 Items | 126.5 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.