o11c / python-vterm

2 stars 0 forks source link

On the problem of vterm. h #3

Open hehe691 opened 1 year ago

hehe691 commented 1 year ago

When I install python setup.py, I will be prompted that the vterm. h file cannot be found. Why? Is there only header file but no source file for vterm?

o11c commented 1 year ago

You have to install the vterm C library and headers separately. On Debian/Ubuntu-based systems you can try apt-get install libvterm-dev.

(Also note that this Python wrapper project is basically abandoned, and never implemented as much as I had planned.)