From 58356f492f6a2a8e67003c9576b744a1cc867564 Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Mon, 10 Jul 2017 17:22:32 +0300 Subject: [PATCH] Linux build instructions: minor fixes - fix typo - remove incorrect command --- doc/how_to_build_linux.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/how_to_build_linux.md b/doc/how_to_build_linux.md index f4261857..c0afdfda 100644 --- a/doc/how_to_build_linux.md +++ b/doc/how_to_build_linux.md @@ -106,7 +106,7 @@ Note the generated file must not actually contain `$HOME`, this expands to an ab ### Building LibTIFF TODO: make sure we can use the system libtiff instead and remove this section. -Features from the modified libtiff and needed currently, so this isn't a simple switch. +Features from the modified libtiff are needed currently, so this isn't a simple switch. ``` $ cd opentoonz/thirdparty/tiff-4.0.3 @@ -143,7 +143,6 @@ If you need to debug the application, you should be able to use `cmake -DCMAKE_B You can now run the application: ``` -$ cd bin $ LD_LIBRARY_PATH=./lib/opentoonz:$LD_LIBRARY_PATH ./bin/OpenToonz_1.1 ```