Re: IUP and Linux
- Posted by dr_can Apr 11, 2021
- 1292 views
If you do as Greg advises you will discover that:
as well as downloading the various libiup*.so files you need a few more:
- libcd.so needed for libiupcd.so
- libftgl.so needed for libiupglcontrols.so and for libiup_plot.so
- libim.so needed for libiupim.so
- libcdgl.so and libcdcontextplus.so needed for libiup_plot.so
so you need to add material from "imtoolkit" and "canvasdraw" downloads as identified in the "Download Tips".
Only libim is from the first named; the others are all in "canvasdraw".
Notwithstanding these additions, all other libiup* files should have been found by open_dll, and were when I ran Tom's test on my Mint 20 setup, but, IMPORTANTLY(?), without the "path" reference.
Hope this helps you to get a fully working IUP environment.