[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:54 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=f7de8da

The following commit has been merged in the master branch:
commit f7de8da2b61a7a65b63d3e4913bb4e08abdd8b92
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Nov 18 13:18:04 2015 +0000

    #1041.  Simplification and documentation.  webready associated libraries not working yet.
---
 contrib/cmake/msvc/ReadMe.txt | 124 ++++++++++++++++++++++++++++-
 contrib/cmake/msvc/build.cmd  | 180 ++++++++++++++++--------------------------
 contrib/cmake/msvc/setenv.cmd |   6 +-
 3 files changed, 193 insertions(+), 117 deletions(-)

diff --git a/contrib/cmake/msvc/ReadMe.txt b/contrib/cmake/msvc/ReadMe.txt
index e2b9f05..3135412 100755
--- a/contrib/cmake/msvc/ReadMe.txt
+++ b/contrib/cmake/msvc/ReadMe.txt
@@ -4,11 +4,131 @@ contrib/cmake/msvc/ReadMe.txt
 These scripts are "in development".
 They are derived from Daniels contrib/build scripts.
 
+How to use this
+---------------
+
+1 Ensure that build.cmd and setenv.cmd are on your path (eg the build directory)
+
+2 Your machine setup:
+  You need cmake.exe and svn.exe on your PATH.
+  Please get "Windows" versions of cmake and svn (NOT Cygwin versions)
+  You need a "Windows" version of perl.exe on the path to build openssl
+  
+  You should initialize the Visual Studio environment
+  using the version vcvars32.bat or vcvarsall.bat
+  installed with Visual Studio. For example
+  
+  call "C:\Program Files (x86)\Microsoft Visual Studio 8\VCin
cvars32.bat"
+  
+  The cmake option -G Generator should be chosen for the version of Visual Studio installed.
+  cmake --help for more information
+  
+3 Always build "out of source".  I recommend:
+  cd <exiv2dir>
+  mkdir ..uild
+  copy  contrib
-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list