This framework provides access to the API of MediaWiki sites.
- CMake
- Qt
- KCoreAddons
mkdir build && cd build
cmake ..
make
sudo make install
cd examples/editsample
cmake .
uic mainwindow.ui > ui_mainwindow.h
make
./EditSample
You can report a bug from:
See the AUTHORS file for details.
- Git repository: https://cgit.kde.org/libmediawiki.git