On Tue, Apr 9, 2019 at 1:17 PM Zer0Cool <[email protected]> wrote: > When compiling guacamole server, what files related to libjpeg-turbo and in > what directories does it look for? >
It doesn't. It checks for libjpeg and its header files, which libjpeg-turbo provides its own version of (as it is a drop-in replacement for libjpeg). As for which directories, the build doesn't do that either. The build relies on the system's linker and compiler, and thus uses the system's default search paths for libraries and headers. You would override this behavior by setting environment variables to alter the behavior of your system's linker or compiler. - Mike
