Menu

Tree [bf4c55] master /
 History

HTTPS access


File Date Author Commit
 archive 2012-10-25 Alexander Hochreiter Alexander Hochreiter [bf4c55] windows exe now has an icon built in, added til...
 example_project 2012-10-25 Alexander Hochreiter Alexander Hochreiter [bf4c55] windows exe now has an icon built in, added til...
 include 2012-10-25 Alexander Hochreiter Alexander Hochreiter [bf4c55] windows exe now has an icon built in, added til...
 manual 2012-10-25 Alexander Hochreiter Alexander Hochreiter [bf4c55] windows exe now has an icon built in, added til...
 resources 2012-10-25 Alexander Hochreiter Alexander Hochreiter [bf4c55] windows exe now has an icon built in, added til...
 translations 2012-02-13 Alexander Hochreiter Alexander Hochreiter [23df56] asdf
 gnurpgm.pro 2012-10-25 Alexander Hochreiter Alexander Hochreiter [bf4c55] windows exe now has an icon built in, added til...
 gnurpgm_icon.rc 2012-10-25 Alexander Hochreiter Alexander Hochreiter [bf4c55] windows exe now has an icon built in, added til...
 gnurpgm_interpreter.pro 2012-02-23 Alexander Hochreiter Alexander Hochreiter [bc3ec9] more interpreter stuff
 internal-resources.qrc 2012-10-25 Alexander Hochreiter Alexander Hochreiter [bf4c55] windows exe now has an icon built in, added til...
 internal_interpreter_resources.qrc 2012-02-23 Alexander Hochreiter Alexander Hochreiter [bc3ec9] more interpreter stuff
 logo.ico 2012-10-25 Alexander Hochreiter Alexander Hochreiter [bf4c55] windows exe now has an icon built in, added til...
 main.cpp 2012-02-13 Alexander Hochreiter Alexander Hochreiter [23df56] asdf
 main_interpreter.cpp 2012-02-17 Alexander Hochreiter Alexander Hochreiter [f0f7b7] cmd fixes
 readme.txt 2012-02-13 Alexander Hochreiter Alexander Hochreiter [23df56] asdf

Read Me

/*
* 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.