summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2016-07-05 16:49:10 +0200
committerGitHub <noreply@github.com>2016-07-05 16:49:10 +0200
commitfef144283f070e24a0a8f9e86158ec6353e99cf1 (patch)
treebf2a7c6753ad64145c7c120e8ada7e4a74dc278d /INSTALL.md
parent4c5a1cc82584e263103fc48c8bd729985199c147 (diff)
Update INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
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
+```