-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for sixel images using libsixel.
Regarding libsixel: Built at commit 2df64373e58c4f48fbb72032a66473e71fc2a6ce. Here's how I built it: setenv MACOSX_DEPLOYMENT_TARGET 10.12 make clean && ./configure --without-libcurl --without-jpeg --without-png --prefix=`pwd`/libsixel && make && make install Then delete everything except the include and the .a library and copy it over.
- Loading branch information
Showing
14 changed files
with
1,595 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.