Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Building 1.4 With Websockets on OS X 10.10

Hi Ben,

> I should note that I've modified config.mk and as follows:
>
> WITH_WEBSOCKETS:=yes

config.mk doesn't affect the CMake scripts unfortunately. Try run
"cmake -i .." instead to put you into interactive mode. Interactive
mode asks you about setting each of the options, so you can enable
websockets that way. Alternatively, "cmake -DWITH_WEBSOCKETS=ON .."
should do the job.

I've put some more comments into config.mk and CMakeLists.txt to try
to clear this up.

Cheers,

Roger


Back to the top