Skip to content

B-Rich/cluebotng

 
 

Repository files navigation

A running Cluebot-NG install has two main components - the core and the interface to Wikipedia.

Core

The core is written in C++ and listens on a TCP socket for communication from the Wikipedia interface. It can be compiled by typing 'make', but has a number of prerequisites. For several of these prerequisites, it uses relatively new features, so the version is important. If you have all of these prerequisites but still get compile errors, try installing the latest version.

Prerequisites:

Interface to Wikipedia

The interface to Wikipedia is written in PHP and requires a PHP interpreter.

Releases

No releases published

Packages

No packages published