Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Add a readme file and the missing .desktop file for unix installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pasnox committed Jun 15, 2010
1 parent a774fcb commit dccd353
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
QWBFS Manager
=============

Home page: http://code.google.com/p/qwbfs

QWBFS Manager is a cross platform WBFS manager running on Windows,
Mac OS X, Linux & Unix like systems.

Requirements
============

- Build tool chain (GCC...)
- Qt >= 4.5.x
- A computer
- A chair
- A brain
- Some fingers

Build instructions
==================

- unpack the sources archive
- cd in the uncompress folder
- qmake prefix=/usr/local
- make
- sudo make install

Enjoy, P@sNox
9 changes: 9 additions & 0 deletions packages/QWBFSManager.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Categories=Games;Qt;
Exec=qwbfsmanager
Name=QWBFS Manager
GenericName=QWBFS Manager
Comment=A cross platform WBFS manager
Terminal=false
Type=Application
Icon=qwbfsmanager

0 comments on commit dccd353

Please sign in to comment.