From: Antonin Descampe Date: Tue, 5 Jul 2016 14:49:10 +0000 (+0200) Subject: Update INSTALL.md X-Git-Tag: v2.1.1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fef144283f070e24a0a8f9e86158ec6353e99cf1;p=openjpeg Update INSTALL.md --- diff --git a/INSTALL.md b/INSTALL.md index 9788596b..368f5aec 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,7 +5,7 @@ The build method maintained by OpenJPEG is [CMake](https://cmake.org/). ## UNIX/LINUX - MacOS (terminal) - WINDOWS (cygwin, MinGW) -To build the library, type in root openjpeg directory: +To build the library, type from source tree directory: ``` mkdir build cd build @@ -72,4 +72,4 @@ find_package(OpenJPEG REQUIRED) include_directories(${OPENJPEG_INCLUDE_DIRS}) add_executable(myapp myapp.c) target_link_libraries(myapp ${OPENJPEG_LIBRARIES}) -``` \ No newline at end of file +```