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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ $ mkdir build && cd build # Create a build directory
85
85
$ cmake -DCMAKE_BUILD_TYPE=Release .. # Configure the project with CMake
86
86
$ cmake --build .# Compile the project
87
87
$ ctest --verbose # Run tests
88
-
$ cmake --install # Run the install target (install library, public headers, application and CMake files)
88
+
$ cmake --install .# Run the install target (install library, public headers, application and CMake files)
89
89
```
90
90
91
91
This will install the library into the "standard locations". The library will be installed in `/usr/local/lib`, executables (including the exiv2 command-line program) in `/usr/local/bin/` and header files in `/usr/local/include/exiv2`. The target directory for the installation can be modified by using the CMake option `-DCMAKE_INSTALL_PREFIX`.
0 commit comments