-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi sir,
I know this is the wrong place, but I didn't find "Issues" place for https://github.com/csdvrx/sixel-tmux.
I'm an old user of tmux, but only heard about sixel this week. Clearly it's a wonderful way to do data-science research with sixel - tmux and slimux ( https://github.com/esamattis/slimux ), as plotting graphs is needed time by time. This combination is better than jupyter notebook in some aspect, e.g. it's hard to do sophisticated coding with notebook, but on terminal we could.
On my iMac, I managed to have sixel by installing iTerm2. However I'm a bit confusing on installing sixel-tmux. What I did is
git clone https://github.com/csdvrx/sixel-tmux.git
cd sixel-tmux/
sh autogen.sh
./configure
make
sudo make install
But I got below in the last.
sixel.c:43:5: error: use of undeclared identifier 'u' u' ', /* 0020 empty block */ ^
Am I missing something ?
Xiangpeng
