Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 564 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 564 Bytes

MediaWiki

Introduction

This framework provides access to the API of MediaWiki sites.

Dependencies

  • CMake
  • Qt
  • KCoreAddons

Install

mkdir build && cd build
cmake ..
make
sudo make install

Run samples

cd examples/editsample
cmake .
uic mainwindow.ui > ui_mainwindow.h
make
./EditSample

Reporting a bug

You can report a bug from:

Authors

See the AUTHORS file for details.

Links