Skip to content

nathan-osman/flackbot-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

FlackBot Qt Host

This project provides a Qt application that acts as a host for the FlackBot JavaScript code.

Building the Application

The following items are required to build the application:

  • CMake 2.8.9+
  • Qt 5.1+
  • C++ Compiler (GCC, Clang, and MSVC++ supported)

To build the application, create an empty directory named build and run CMake:

mkdir build
cd build
cmake ..

After the Makefiles are generated, run the appropriate make command for your platform (usually make or nmake on Windows).

About

Qt application host for FlackBot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors