icholy / ttygif

Convert terminal recordings to animated gifs
MIT License
3.94k stars 255 forks source link

Install fail debian jessie stock #90

Closed webdev23 closed 6 years ago

webdev23 commented 6 years ago

Well, following the installation procedure given on the main page.

p6zj9vc

icholy commented 6 years ago

Does adding -std=c99 to CFLAGS in the makefile fix it?

webdev23 commented 6 years ago

It has worked, thanks. Now getting the Error: WINDOWID environment variable was empty, but there is no x in my env, as i use it on ssh, there is no x installed. Thus, of course, xdotool is failing: Error: Can't open display: (null) Failed creating new xdo instance

Maybe this tool isn't made to run without a xserver?

icholy commented 6 years ago

It won't work without X installed.

icholy commented 6 years ago

Fixed in #91