Skip to content

Commit 240395b

Browse files
committed
Update README.md
1 parent dbef0ee commit 240395b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ All project resources are accessible from the project website.
899899
900900
## License
901901
902-
Copyright (C) 2004-2024 Exiv2 authors.
902+
Copyright (C) 2004-2026 Exiv2 authors.
903903
You should have received a copy of the file [COPYING](COPYING) which details the GPLv2 license.
904904
905905
Exiv2 is free software; you can redistribute it and/or modify
@@ -934,8 +934,8 @@ You execute the Test Suite using CTest with the command `$ ctest --test-dir buil
934934
The build creates 6 tests: bashTests, bugfixTests, lensTests, tiffTests, unitTests and versionTests. You can run all tests or a subset. To list all available tests, execute ctest with the `-N` or `--show-only` option, which disables execution:
935935
936936
```bash
937-
.../exiv2/ $ ctest --test-dir build --show-only
938-
Test project ...main/exiv2
937+
.../exiv2 $ ctest --test-dir build --show-only
938+
Test project .../exiv2/build
939939
Test #1: bashTests
940940
Test #2: bugfixTests
941941
Test #3: lensTests
@@ -1061,11 +1061,11 @@ You can build with Visual Studio using Conan. The is described in detail in [RE
10611061
As a summary, the procedure is:
10621062
10631063
```
1064-
c:\...\exiv2\build>conan install . --build missing --profile msvc2019Release
1065-
c:\...\exiv2\build>cmake -S . B build -DEXIV2_BUILD_UNIT_TESTS=ON -G "Visual Studio 16 2019"
1066-
c:\...\exiv2\build>cmake --build build --config Release
1064+
c:\...\exiv2>conan install . --build missing --profile msvc2019Release
1065+
c:\...\exiv2>cmake -S . B build -DEXIV2_BUILD_UNIT_TESTS=ON -G "Visual Studio 16 2019"
1066+
c:\...\exiv2>cmake --build build --config Release
10671067
... lots of output from compiler and linker ...
1068-
c:\...\exiv2\build>ctest --test-dir build -C Release
1068+
c:\...\exiv2>ctest --test-dir build -C Release
10691069
```
10701070
10711071
If you wish to use an environment variables, use set:
@@ -1255,7 +1255,6 @@ cmake -S . -B build
12551255
-DEXIV2_ENABLE_WEBREADY=ON
12561256
-DEXIV2_ENABLE_BMFF=ON
12571257
-DEXIV2_BUILD_UNIT_TESTS=ON
1258-
..
12591258
12601259
cmake --build build
12611260
```
@@ -1406,5 +1405,4 @@ $ sudo pkg install developer/gcc-7
14061405
14071406
[TOC](#TOC)
14081407
1409-
Written by Robin Mills<br>robin@clanmills.com<br>Updated: 2022-02-22
1410-
1408+
Written by Robin Mills<br>robin@clanmills.com<br>Updated: 2026-02-23

0 commit comments

Comments
 (0)