From df6dd0b34859fc29d6bc23b00175c9af4fbd2d54 Mon Sep 17 00:00:00 2001 From: WilliamLiuAtCPC <47164078+WilliamLiuAtCPC@users.noreply.github.com> Date: Fri, 15 Apr 2022 22:51:53 -0700 Subject: [PATCH] ubuntu install libraw added --- INSTALL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index f45865f..76a4aac 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,7 +13,8 @@ step 2: extract the pkg using `tar xzvf LibRaw-X.YY.tar.gz` step 3: - ```cd LibRaw-X.YY + ```shell + cd LibRaw-X.YY ./configure # with optional args make ``` @@ -22,7 +23,8 @@ 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} ${LIBRAW_LIBRARY}) ```