Add note about jbig error

From PR #900, this should be properly resolved, include workaround until it is.
This commit is contained in:
Campbell Barton 2016-11-03 23:01:38 +11:00 committed by GitHub
parent c510a11f77
commit 8a1b1db2c3

View file

@ -107,10 +107,17 @@ Features from the modified libtiff and needed currently, so this isn't a simple
```
$ cd opentoonz/thirdparty/tiff-4.0.3
$ ./configure --with-pic && make
$ ./configure --with-pic
$ make
$ cd -
```
If you receive linking errors mentioning `jbg_` functions while building OpenToonz itself,
try appending `--disable-jbig` to the `./configure` command above and make clean build.
(see https://github.com/opentoonz/opentoonz/issues/851).
This workaround means you won't be able to load images using this compression method
(see https://github.com/opentoonz/opentoonz/issues/901) for updates on this issue.
### Compiling the actual application
```