[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:47:07 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=755d13b
The following commit has been merged in the master branch:
commit 755d13b6ff0a4451e2ebcfb06a160faf0f06df4b
Author: Robin Mills <robin at clanmills.com>
Date: Sun Oct 2 09:40:24 2016 +0000
#1236 Updated CMake Documentation.
---
README-CMAKE | 170 ++++------------------------------------------------------
TODO-CMAKE | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 178 insertions(+), 163 deletions(-)
diff --git a/README-CMAKE b/README-CMAKE
index fe3996a..9aa58b3 100644
--- a/README-CMAKE
+++ b/README-CMAKE
@@ -14,12 +14,12 @@ NOTE:
* The existing automake (./configure), and msvc2005 build files will continue
to be supported by exiv2 for at least v0.27 (and probably longer)
-
+
The msvc-2003 build files are deprecated and will not be supported after v0.26.
-
+
Exiv2 will not build on MinGW (neither 32bit nor 64bit)
This is discussed in TODO-CMAKE
-
+
Robin Mills
robin at clanmills.com
2016-09-23
@@ -123,7 +123,7 @@ the build environment for your system.
CMake generates MSVC .sln and .vcproj files for your target environment.
The files generated by CMake provide 4 configs: Debug|Release|RelWithDebInfo|MinSizeRel
The current architecture of CMake requires you to decide before running cmake:
-1) The version of DevStudio
+1) The version of DevStudio
2) 32bit or 64 bit builds
3) Building static or shared libraries
@@ -131,7 +131,7 @@ We have two contributed CMake Build Environments:
1 contrib/cmake/msvc
Please read contrib/cmake/msvc/ReadMe.txt
-
+
2 contrib/build/msvc
The scripts require:
@@ -144,164 +144,16 @@ We have two contributed CMake Build Environments:
- adapt the paths in setenv.cmd
- open the VS command line shell
- execute build.cmd (if there are any errors, the script should tell you)
-
+
Exiv2 should be packaged in the dist directory with all the .lib, include and binary files you need.
-
+
4 Building and installing for MinGW Users
=========================================
- 1 Running a MinGW bash shell
-
- I installed MinGW using the installer on the web site.
- I installed two copies c:\MinGW and c:\MinGW64
- - both copies run a 32 bit bash shell
-
- I installed the TDM-GCC-64 compiler for use from MinGW64
- I installed the Qt 5.6.0 Environement for use from MinGW
-
- I start mingw from DOS with this batch-file (mingw32.bat)
- C:\>type c:\Users
mills
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list