home Forums # Technical Support Problems to install fuzzylite 5 Reply To: Problems to install fuzzylite 5

#1675

Hi,

I am sorry about this. I must have missed a bit of configuration in CMakeLists.

You could either:
(1) Add the following around line 88 in CMakeLists

if (UNIX AND NOT APPLE)
    set(FL_LIBS rt)
endif()

, or
(2) Download fuzzylite from repository here

Please let me know if this helps.

Vultor: rt should be installed in your system by default. I am afraid it was an issue with me linking in CMakeLists.

Cheers.