Karchive on windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine section headers)
(Decode HTML entity names)
Line 8: Line 8:
* Install git git-scm.com/download/win‎
* Install git git-scm.com/download/win‎
* git clone git://anongit.kde.org/extra-cmake-modules
* git clone git://anongit.kde.org/extra-cmake-modules
* In extra-cmake-modules: mkdir build && cd build && cmake .. -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=C: nmake install (nmake is installed with Qt, if you don't find it, check you Qt installation)
* In extra-cmake-modules: mkdir build && cd build && cmake .. -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=C: nmake install (nmake is installed with Qt, if you don't find it, check you Qt installation)
* git clone kArchive git://anongit.kde.org/karchive
* git clone kArchive git://anongit.kde.org/karchive
* download Zlib from http://zlib.net/zlib128-dll.zip put in path-to-karchive\zlib
* download Zlib from http://zlib.net/zlib128-dll.zip put in path-to-karchive\zlib
* download bzip2(options) http://gnuwin32.sourceforge.net/downlinks/bzip2-lib-zip.php put in path-to-karchive/bzip2
* download bzip2(options) http://gnuwin32.sourceforge.net/downlinks/bzip2-lib-zip.php put in path-to-karchive/bzip2
* In kArchive: mkdir build && cd build && cmake .. -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=C:-DCMAKE_BUILD_TYPE=release -DCMAKE_PREFIX_PATH=C:;C:5.2.0\5.2.0\msvc2012;C:;C:2
* In kArchive: mkdir build && cd build && cmake .. -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=C:-DCMAKE_BUILD_TYPE=release -DCMAKE_PREFIX_PATH=C:;C:5.2.0\5.2.0\msvc2012;C:;C:2
* nmake install
* nmake install
* Done! Now all the needed files are in c:
* Done! Now all the needed files are in c:

Revision as of 17:25, 12 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Building KArchive on Windows

This is a summarizes step-by-step on how to compile the karchive on Windows Using Qt 5.2.0 and MSVS 2012.