Skip to content
Børge Nordli edited this page Apr 20, 2017 · 8 revisions

Server

You might want to build and run your own server. This is required if you want to play the multiplayer drafting variant (introduced in 0.8.1n). The server can only be compiled on Unix-like systems with access to mysql. You can include the server in the build by running ./configure --enable-server.

This is a list of SQL statements needed in order to setup the database.

XSLT style sheets

  • This is a sample XSLT style sheet which transforms an exported XML game to HTML (with card images).
  • And this is a sample XSLT style sheet which transforms games to BGG format.
Clone this wiki locally