[Domterm-discuss] Installing on Macos possible?

Per Bothner per at bothner.com
Wed Jun 27 11:21:08 PDT 2018


On 06/27/2018 10:47 AM, bkb wrote:

> I could build libwebsockets from source

> ./configure —with-…. and gcc found libwebsockets.a. So this worked I think.

I'm curious if that makes any difference in how smoothly things run
- if it fixes any of the glitches you reported


> cd lws-term && make ../bin/domterm
> cd .. && ../autotools-aux/install-sh -c -d bin
> /bin/sh: ../autotools-aux/install-sh: No such file or directory
> make: *** [../bin/domterm] Error 127

It uses install-sh to create the bin directory because autoconf doesn't think
Mac has a working 'mkdir -p'.

If autconf is just being excessively conservative, you can try:
   
    cd lws-term && make ../bin/domterm MKDIR_P='mkdir -p'

But it's probably more import to figure out why install-sh is missing.

-- 
	--Per Bothner
per at bothner.com   http://per.bothner.com/


More information about the Domterm-discuss mailing list