ubuntu install libraw added

main
WilliamLiuAtCPC 3 years ago committed by GitHub
parent 7c7480b8ec
commit df6dd0b348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,8 @@
step 2: extract the pkg using `tar xzvf LibRaw-X.YY.tar.gz` step 2: extract the pkg using `tar xzvf LibRaw-X.YY.tar.gz`
step 3: step 3:
```cd LibRaw-X.YY ```shell
cd LibRaw-X.YY
./configure # with optional args ./configure # with optional args
make make
``` ```
@ -22,7 +23,8 @@
step 5: change the target_link_libraries in cmakelist file to the following: step 5: change the target_link_libraries in cmakelist file to the following:
```target_link_libraries(${PROJECT_NAME} ```shell
target_link_libraries(${PROJECT_NAME}
${OpenCV_LIBS} ${OpenCV_LIBS}
${LIBRAW_LIBRARY}) ${LIBRAW_LIBRARY})
``` ```

Loading…
Cancel
Save