Warning, /libraries/libmediawiki/README.md is written in an unsupported language. File is not indexed.

0001 # MediaWiki
0002 
0003 ## Introduction
0004 
0005 This framework provides access to the API of MediaWiki sites.
0006 
0007 ## Dependencies
0008 
0009 * CMake
0010 * Qt
0011 * KCoreAddons
0012 
0013 ## Install
0014 
0015     mkdir build && cd build
0016     cmake ..
0017     make
0018     sudo make install
0019 
0020 ## Run samples
0021 
0022     cd examples/editsample
0023     cmake .
0024     uic mainwindow.ui > ui_mainwindow.h
0025     make
0026     ./EditSample
0027 
0028 ## Reporting a bug
0029 
0030 You can report a bug from:
0031 
0032 - https://bugs.kde.org/enter_bug.cgi?product=libmediawiki
0033 
0034 ## Authors
0035 
0036 See the AUTHORS file for details.
0037 
0038 ## Links
0039 
0040 - Git repository: https://cgit.kde.org/libmediawiki.git