README 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. QWBFS Manager
  2. =============
  3. QWBFS Manager is a cross platform WBFS manager running on Windows, OS X, Linux & Unix like systems.
  4. Useful urls
  5. ===========
  6. Home page: https://github.com/pasnox/qwbfsmanager
  7. Downloads: https://github.com/pasnox/qwbfsmanager/releases
  8. Report issue: https://github.com/pasnox/qwbfsmanager/issues
  9. Forum: http://groups.google.com/group/qwbfs-discuss
  10. IMPORTANT NOTICE
  11. ================
  12. I DO NOT TAKE ANY RESPONSIBILITY FOR ANY DAMAGE TO YOUR HARDWARE OR YOUR DATA BECAUSE OF IMPROPER USAGE OF THIS SOFTWARE.
  13. Requirements
  14. ============
  15. - Build tool chain (GCC...)
  16. - Qt >= 4.5.x, Qt >= 5.x.x
  17. - libfresh (https://github.com/pasnox/fresh)
  18. - Windows only: ws2_32, leay32 (OpenSSL: http://www.slproweb.com/download/Win32OpenSSL-0_9_8q.exe)
  19. - Unix only: crypto, udev
  20. - OS X only: crypto, DiskArbitration, CoreServices
  21. - A computer
  22. - A chair
  23. - A brain
  24. - Some fingers
  25. Build instructions from sources packages
  26. ========================================
  27. - unpack the sources archive
  28. - create a folder named "qwbfs-build" somewhere on your disk (may be at the same level than the unpacked sources archives)
  29. - cd in the "qwbfs-build" folder
  30. - qmake -r PREFIX=/usr/local unpacked-sources-folder/qwbfs.pro
  31. - make -j 4
  32. - sudo make install
  33. Build instructions from git clone
  34. =================================
  35. - clone qwbfsmanager reporitory: git clone https://github.com/pasnox/qwbfsmanager.git
  36. - cd in the cloned folder and initialize submodules: init-repositories.sh (.bat for windows)
  37. - create a folder named "qwbfs-build" somewhere on your disk (may be at the same level than the git cloned folder)
  38. - cd in the "qwbfs-build" folder
  39. - qmake -r PREFIX=/usr/local cloned-git-folder/qwbfs.pro
  40. - make -j 4
  41. - sudo make install
  42. NOTES
  43. =====
  44. On some platform qmake can be named qmake-qt4 or qmake-qt5
  45. On some paltform, the make tool can be named gmake, nmake or mingw32-make
  46. The "make install" command is not mandatory for Windows platform
  47. You can change the prefix at your convenience
  48. License
  49. =======
  50. This program is free software: you can redistribute it and/or modify
  51. it under the terms of the GNU General Public License as published by
  52. the Free Software Foundation, either version 2 of the License, or
  53. (at your option) any later version.
  54. This package is distributed in the hope that it will be useful,
  55. but WITHOUT ANY WARRANTY; without even the implied warranty of
  56. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  57. GNU General Public License for more details.
  58. You should have received a copy of the GNU General Public License
  59. along with this program. If not, see <http://www.gnu.org/licenses/>.
  60. In addition, as a special exception, the copyright holders give permission
  61. to link this program with the OpenSSL project's "OpenSSL" library (or with
  62. modified versions of it that use the same license as the "OpenSSL"
  63. library), and distribute the linked executables. You must obey the GNU
  64. General Public License in all respects for all of the code used other than
  65. "OpenSSL". If you modify file(s), you may extend this exception to your
  66. version of the file(s), but you are not obligated to do so. If you do not
  67. wish to do so, delete this exception statement from your version.
  68. Enjoy, P@sNox