usc-imi / aeo-light

AEO-Light 2 is a new generation of optical sound extraction software developed by the University of South Carolina in close cooperation with Tommy Aschenbach. The project is made possible by the generous support of the National Endowment for the Humanities.
Other
43 stars 11 forks source link

Linux build instructions #20

Closed znerol closed 5 years ago

znerol commented 5 years ago

Regrettably the wiki is read-only, thus dumping my notes on how to build AEO-light on linux as a ticket (a participant from @retokromer Annecy workshop pestered me to finally complete that task now...). Note, instructions are written as a Dockerfile, thus it is easier to test them. Use docker cp in order to retrieve the binary after a successfull build. Note that in order to actually run the binary on other machines it is necessary to install the required runtime libraries (i.e., libtiff, qt5 including the multimedia component and ffmpeg). Also it is necessary to also retrieve /usr/local/lib/libDSPFilters.so from the image, since that one is not linked statically.

retokromer commented 5 years ago

Thank you very much indeed @znerol for this!

wilsbacher commented 5 years ago

Have made a quick series of edits to wiki to include these instructions. Thank you @znerol!