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

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

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