Re: Packaging ttyd a tty over http backend

2017-03-03 Thread sven falempin
On Fri, Mar 3, 2017 at 1:04 PM, Stuart Henderson wrote: > On 2017/03/03 11:34, sven falempin wrote: >> About Bison, this is how it fails: >> >> checking for bison... yacc >> checking for ranlib... (cached) ranlib >> checking for GNU M4 that supports accurate traces...

Re: Packaging ttyd a tty over http backend

2017-03-03 Thread sven falempin
On Fri, Mar 3, 2017 at 1:04 PM, Stuart Henderson wrote: > On 2017/03/03 11:34, sven falempin wrote: >> About Bison, this is how it fails: >> >> checking for bison... yacc >> checking for ranlib... (cached) ranlib >> checking for GNU M4 that supports accurate traces...

Re: Packaging ttyd a tty over http backend

2017-03-03 Thread Stuart Henderson
On 2017/03/03 11:34, sven falempin wrote: > About Bison, this is how it fails: > > checking for bison... yacc > checking for ranlib... (cached) ranlib > checking for GNU M4 that supports accurate traces... configure: error: > no acceptable m4 could be found in $PATH. > GNU M4 1.4.6 or later is

Re: Packaging ttyd a tty over http backend

2017-03-03 Thread sven falempin
About Bison, this is how it fails: checking for bison... yacc checking for ranlib... (cached) ranlib checking for GNU M4 that supports accurate traces... configure: error: no acceptable m4 could be found in $PATH. GNU M4 1.4.6 or later is required; 1.4.16 or newer is recommended. GNU M4 1.4.15

Re: Packaging ttyd a tty over http backend

2017-03-03 Thread sven falempin
On Fri, Mar 3, 2017 at 10:49 AM, Aaron Bieber wrote: > On Fri, Mar 03, 2017 at 10:42:03AM -0500, sven falempin wrote: >> On Fri, Mar 3, 2017 at 10:32 AM, sven falempin >> wrote: >> >> > xterm.js is a modern implementation for tty in browser. >> > >>

Re: Packaging ttyd a tty over http backend

2017-03-03 Thread sven falempin
On Fri, Mar 3, 2017 at 10:32 AM, sven falempin wrote: > xterm.js is a modern implementation for tty in browser. > > https://github.com/tsl0922/ttyd provides a backend in c to use with > xterm.js. > > A few patches are needed for openbsd compilation (thus i am not sure

Packaging ttyd a tty over http backend

2017-03-03 Thread sven falempin
xterm.js is a modern implementation for tty in browser. https://github.com/tsl0922/ttyd provides a backend in c to use with xterm.js. A few patches are needed for openbsd compilation (thus i am not sure why cmake is used if putting c99 is such a hassle ) I wanted to make a real complete package