Merge pull request #1325 from caryoscelus/build_instruction_fixes

Linux build instructions: minor fixes
This commit is contained in:
Campbell Barton 2017-07-31 08:09:17 +10:00 committed by GitHub
commit d3c31e3888

View file

@ -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
```