09.10.2020, 13:48
btw. when updating tsMuxeR it would be good* to:
a. moving the dylib files it used into the lib folder
b. adjust tsMuxeR to look for them there
To adjust tsMuxeR you need to use 'otool -l tsMuxeR' to find see the dependencies and use something like:
to adjust the dependency. (this needs to be done for all the files tsMuxeR depends on and libfreetype.6.dylib which relies an libpng16.16.dylib)
for more details read: https://www.mikeash.com/pyblog/friday-qa...names.html
* it's a bit more 'clean/ordered' this way
Cu Selur
a. moving the dylib files it used into the lib folder
b. adjust tsMuxeR to look for them there
To adjust tsMuxeR you need to use 'otool -l tsMuxeR' to find see the dependencies and use something like:
install_name_tool -change @executable_path/libpng16.16.dylib @executable_path/lib/libpng16.16.dylib tsMuxeR
for more details read: https://www.mikeash.com/pyblog/friday-qa...names.html
* it's a bit more 'clean/ordered' this way
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.