Earlier in the year I noticed a link in one of the posts here which pointed to a web page listing the various support libs needed for building Ardour and which versions are currently used. Can anyone remind me where that page is?
This perhaps?
That’s it Peder. Many thanks!
Some feedback for @paul - I only noticed this morning that libpthread is missing from the dependency list.
1 Like
It is not missing. We use the compiler built-in -pthread.
That’s unusual. How does it get shared between different modules without needing a DLL?
Maybe threads don’t need to get shared?
It is part of the C runtime library,.