#1109 and #1041 More corrections to ReadMe.txt

I used regedit (run as administrator) to change the Windows services to run c:\cygwin64\bin\cygrunsrv.exe and sshd restarted effortlessly in 64 bits.  samples/exifprint.cpp compiles/links/runs as documented.  Very pleased.
v0.27.3
Robin Mills 10 years ago
parent 463fe4b1b4
commit 7642614181

@ -46,7 +46,7 @@ dist/samples/exifprint.cpp sample code
To run exiv2: To run exiv2:
$ cd dist $ cd dist
$ export export DYLD_LIBRARY_PATH="$PWD/macosx/lib:$DYLD_LIBRARY_PATH" $ export DYLD_LIBRARY_PATH="$PWD/macosx/lib:$DYLD_LIBRARY_PATH"
$ macosx/bin/exiv2 $ macosx/bin/exiv2
To compile and link your own code: To compile and link your own code:
@ -81,9 +81,8 @@ $ PATH="$PWD/cygwin/bin:$PATH"
$ cygwin/bin/exiv2 $ cygwin/bin/exiv2
To compile and link your own code: To compile and link your own code:
Caution: the cygwin build is a 32 bit build Caution: This is a 64 bit build
and should be used by cygwin/32 An error such as "incorrect architecture" is a symptom of using cygwin32
An error such as "incorrect architecture" is a symptom of using cygwin/64
$ cd dist $ cd dist
$ cp -R cygwin/* /usr/local $ cp -R cygwin/* /usr/local
$ g++ -L/usr/local/lib -lexiv2 samples/exifprint.cpp -o exifprint $ g++ -L/usr/local/lib -lexiv2 samples/exifprint.cpp -o exifprint
@ -106,7 +105,7 @@ logs\ log files
To run exiv2.exe: To run exiv2.exe:
c:\temp> cd dist c:\temp> cd dist
c:\temp\dist> set PATH=%PATH%;%CD%\2013\x64\dll\Release\bin c:\temp\dist> set "PATH=%CD%\2013\x64\dll\Release\bin;%PATH%"
c:\temp\dist> exiv2 c:\temp\dist> exiv2
To compile and link your own code: To compile and link your own code:
@ -124,4 +123,4 @@ c:\temp\dist>
Robin Mills Robin Mills
robin@clanmills.com robin@clanmills.com
2015-12-12 2015-12-13

Loading…
Cancel
Save