JeGa / 4Wins_gui

The 4Wins_basic with a gui and a few new functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4Wins_gui

The 4Wins_basic with a gui and a few new functions.

Development Environment

The 4Wins_gui project is developed under a different environment and with different tools as the 4Wins_basic project:

  • OS is Windows 7
  • IDE is CodeLite
  • CMake is used as buildtool
  • Boost test is used for unit tests

How to install

Following libraries are required to compile 4Wins_gui:

  • Boost
  • FLTK

Make sure you have compiled them for your system. Set the required variables at the top of the CMakeLists.txt file (If your libraries are not at standard locations).

To run the unit tests you need to set the CMake Variable CMAKE_BUILD_TYPE to "Test".

Running CMake:

  • Download and install CMake
  • Create directory for binaries
  • "cd" to this directory
  • cmake <Dir. where CMakeLists.txt is> (Flag used to set your compiler)
  • Compile it with your compiler (MSVS, Makefile, ...)

When I am ready, I upload binaries for Windows ... .

About

The 4Wins_basic with a gui and a few new functions.


Languages

Language:C++ 99.0%Language:C 1.0%