QWBFS Manager is a Wii games manager - fork of https://github.com/pasnox/qwbfsmanager

CYBERDEViL 80c4825911 Add .editorconfig 1 year ago
Docker 68bfd4887a Update README.md 3 years ago
fresh.git @ cc138fa6b7 cbef38e453 Update fork submobule 1 year ago
libwbfs 25048d7e5e Remove whitespace from blanklines and remove whitespace trails 1 year ago
packages 7623e0477b Remove debug traces 10 years ago
qwbfs 764eac971a Remove use of deprecated qsrand(), QRandomGenerator doesn't need to init seed. 1 year ago
translations 950ed6e45c Update qwbfsmanager-it_IT.ts 10 years ago
.directory 5df0efc994 Add desktop icon 10 years ago
.editorconfig 80c4825911 Add .editorconfig 1 year ago
.gitignore 61556dbd30 Update urls 10 years ago
.gitmodules 81a86c39c0 Set fresh submodule to fork with fixed compilation 1 year ago
GPL-2 4bb3e0b21b Change the license file 14 years ago
README e2210a0166 Small fix 10 years ago
README.md 0ea0cc564e Update README.md 10 years ago
init-repositories.bat 4b428f9127 Add submodules dependencies and script to initialize / update them. 10 years ago
init-repositories.sh 054750cc88 Fix eol 10 years ago
qwbfs.pro 054750cc88 Fix eol 10 years ago
shared.pri 202da5603a Correctly build the application in debug or release depending the 8 years ago

README

QWBFS Manager
=============

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

Useful urls
===========

Home page: https://github.com/pasnox/qwbfsmanager
Downloads: https://github.com/pasnox/qwbfsmanager/releases
Report issue: https://github.com/pasnox/qwbfsmanager/issues
Forum: http://groups.google.com/group/qwbfs-discuss

IMPORTANT NOTICE
================

I DO NOT TAKE ANY RESPONSIBILITY FOR ANY DAMAGE TO YOUR HARDWARE OR YOUR DATA BECAUSE OF IMPROPER USAGE OF THIS SOFTWARE.

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

- Build tool chain (GCC...)
- Qt >= 4.5.x, Qt >= 5.x.x
- libfresh (https://github.com/pasnox/fresh)
- Windows only: ws2_32, leay32 (OpenSSL: http://www.slproweb.com/download/Win32OpenSSL-0_9_8q.exe)
- Unix only: crypto, udev
- OS X only: crypto, DiskArbitration, CoreServices
- A computer
- A chair
- A brain
- Some fingers

Build instructions from sources packages
========================================

- unpack the sources archive
- create a folder named "qwbfs-build" somewhere on your disk (may be at the same level than the unpacked sources archives)
- cd in the "qwbfs-build" folder
- qmake -r PREFIX=/usr/local unpacked-sources-folder/qwbfs.pro
- make -j 4
- sudo make install

Build instructions from git clone
=================================

- clone qwbfsmanager reporitory: git clone https://github.com/pasnox/qwbfsmanager.git
- cd in the cloned folder and initialize submodules: init-repositories.sh (.bat for windows)
- create a folder named "qwbfs-build" somewhere on your disk (may be at the same level than the git cloned folder)
- cd in the "qwbfs-build" folder
- qmake -r PREFIX=/usr/local cloned-git-folder/qwbfs.pro
- make -j 4
- sudo make install

NOTES
=====

On some platform qmake can be named qmake-qt4 or qmake-qt5
On some paltform, the make tool can be named gmake, nmake or mingw32-make
The "make install" command is not mandatory for Windows platform
You can change the prefix at your convenience

License
=======

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 2 of the License, or
(at your option) any later version.

This package 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 .

In addition, as a special exception, the copyright holders give permission
to link this program with the OpenSSL project's "OpenSSL" library (or with
modified versions of it that use the same license as the "OpenSSL"
library), and distribute the linked executables. You must obey the GNU
General Public License in all respects for all of the code used other than
"OpenSSL". If you modify file(s), you may extend this exception to your
version of the file(s), but you are not obligated to do so. If you do not
wish to do so, delete this exception statement from your version.

Enjoy, P@sNox