Skip to content
Snippets Groups Projects
Commit d2ddee4e authored by Mike Kremer's avatar Mike Kremer
Browse files

Updated documentation

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@5415 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 9266da87
Branches
Tags
No related merge requests found
......@@ -64,5 +64,7 @@
* - Install required libraries (using a portage system like MacPorts is recommended)
* - Download and extract OpenFlipper sources<br />
* (or download via svn:<code><b> svn co http://www-i8.informatik.rwth-aachen.de/svnrepo/OpenFlipper/branches/Free OpenFlipper</b></code>)
* - Adapt library paths in $OpenFlipper/qmake/packages/packages.Darwin
* - Adapt library paths in <code><b> $OpenFlipper/qmake/packages/packages.Darwin </b></code>
* - Go into OpenFlipper's root directory and type <code><b> qmake -spec macx-g++ -o Makefile </b></code>
* - Now type <code><b>make</b></code> to build OpenFlipper
*/
......@@ -23,7 +23,7 @@
*
* The user interactivity is gained by plain Qt mouse and keyboard events. If
* the plugin wants to interact with the mouse or keyboard, it
* has to implement the \ref MouseInterface and \ref KeyboardInterface
* has to implement the \ref MouseInterface and \ref KeyInterface
* (for keyboard shortcuts, etc.). See \interfaces for an overview of
* implementable interfaces.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment