Linux build instructions: minor fixes

- fix typo
- remove incorrect command
This commit is contained in:
caryoscelus 2017-07-10 17:22:32 +03:00
parent b37c389ea1
commit 58356f492f

View file

@ -106,7 +106,7 @@ Note the generated file must not actually contain `$HOME`, this expands to an ab
### Building LibTIFF ### Building LibTIFF
TODO: make sure we can use the system libtiff instead and remove this section. 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 $ 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: You can now run the application:
``` ```
$ cd bin
$ LD_LIBRARY_PATH=./lib/opentoonz:$LD_LIBRARY_PATH ./bin/OpenToonz_1.1 $ LD_LIBRARY_PATH=./lib/opentoonz:$LD_LIBRARY_PATH ./bin/OpenToonz_1.1
``` ```