You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -622,6 +622,8 @@ $ cd <exiv2dir>/build
622
622
$ bin/unit_tests
623
623
```
624
624
625
+
There is a discussion on the web about installing GTest: [https://github.com/Exiv2/exiv2/issues/575](https://github.com/Exiv2/exiv2/issues/575)
626
+
625
627
[TOC](#TOC)
626
628
<name id="5">
627
629
## 5 Platform Notes
@@ -631,11 +633,11 @@ There are many ways to set up and configure your platform. The following notes
631
633
<name id="5-1">
632
634
### 5.1 Linux
633
635
634
-
Update your system and install the build tools.
636
+
Update your system and install the build tools and dependencies (zlib, expat, gtest and others)
@@ -668,6 +670,8 @@ We provide support for both 64bit and 32bit builds using MinGW/msys2. [https://w
668
670
669
671
Support for MinGW/msys1.0 32 bit build was provided for Exiv2 v0.26. MinGW/msys1.0 is not supported by Team Exiv2 for Exiv2 v0.27 and later.
670
672
673
+
There is a discussion on the web about installing GTest: [https://github.com/Exiv2/exiv2/issues/575](https://github.com/Exiv2/exiv2/issues/575)
Download and build libiconv-1.15: [https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz](https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz)
750
754
755
+
There is a discussion on the web about installing GTest: [https://github.com/Exiv2/exiv2/issues/575](https://github.com/Exiv2/exiv2/issues/575)
756
+
751
757
Download and build cmake from source because I can't get the cygwin installed cmake 3.6.2 to work.
752
758
To build cmake from source, you need libncurses. [https://cmake.org/download/](https://cmake.org/download/)
0 commit comments