Difference between revisions of "UMCD"

From The Battle for Wesnoth Wiki
(User Made Content Daemon (UMCD))
(Installation)
Line 4: Line 4:
  
 
==Installation==
 
==Installation==
 +
 +
===Dependencies on Linux===
 +
 +
We must first install some required packets:
 +
 +
  sudo apt-get install mysql-server unixodbc-dev libmyodbc libboost-iostreams-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-thread-dev libboost-date-time-dev
 +
 +
* mysql-server is the MySQL database.
 +
* unixodbc is a middleware API to access database (see http://en.wikipedia.org/wiki/ODBC).
 +
* libmyodbc is the MySQL driver to access the MySQL database.
 +
* Boost libraries are used to ease the development.
  
 
===Database setup===
 
===Database setup===
  
 
==Configuration==
 
==Configuration==

Revision as of 11:09, 17 August 2013

User Made Content Daemon (UMCD)

This page will give information on the UMCD.

Installation

Dependencies on Linux

We must first install some required packets:

 sudo apt-get install mysql-server unixodbc-dev libmyodbc libboost-iostreams-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-thread-dev libboost-date-time-dev
  • mysql-server is the MySQL database.
  • unixodbc is a middleware API to access database (see http://en.wikipedia.org/wiki/ODBC).
  • libmyodbc is the MySQL driver to access the MySQL database.
  • Boost libraries are used to ease the development.

Database setup

Configuration