Skip to content

Tamboz/WakBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WakBox logo

Wakfu sandbox written in C++/Qt

Special Thanks : Boredom, Velocity, scalexm, nightwolf93, Smarken, Crystal

Documentation

Precompiled Cryptopp Library

You should extract Cryptopp library for your compilator. Check /dep/cryptopp/x32 and /dep/cryptopp/x64

Windows :

  • MSVC2013 x32
  • MSVC2013 x64
  • MSVC2012 x32
  • MSVC2012 x64
  • MinGW x32

Unix :

  • @TODO : Not yet tested

Mac :

  • @TODO : Not yet tested

Enable MySQL or MariaDB support for QT

When you have this kind of error : "QMYSQL driver not loaded", you should compile QT with MariaDB support.

on Windows :

  • Download QT source code. If you have already QT installed, just launch MaintenanceTool.exe

  • Download MariaDB(x32) and tick Client C API Library (Shared)

  • Open a qt command prompt at "C:\Qt\YOUR_QT_VERSION\Src\qtbase\src\plugins\sqldrivers\mysql"

  • Launch the following command line (dir /x => the directory without spaces)

    qmake "INCLUDEPATH+=C:\\PROGRA~2\\MARIAD~1.0\\include\\mysql" "LIBS+=C:\\PROGRA~2\\MARIAD~1.0\\lib\\libmysql.lib" mysql.pro
    make

    change make for nmake if you use MSVC
    if nmake doesn't work lauch the following command line :

    "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86
    # or
    "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x64
  • Copy all files from C:\Qt\YOUR_QT_VERSION\Src\qtbase\plugins\sqldrivers except libmysql.dll to C:\Qt\YOUR_QT_VERSION\YOUR_COMPILER_NAME\plugins\sqldrivers

  • Copy libmysql.dll to Windows directory

on Unix :

Help link :

QT 5 Documentation for SQL Driver

About

Wakfu sandbox written in C++/Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.1%
  • Assembly 3.3%
  • C 1.9%
  • Other 0.7%