descriptionnone
repository URLhttps://github.com/rofl0r/conpix.git
ownerretnyg@gmx.net
last changeSun, 16 Oct 2022 14:12:13 +0000 (16 15:12 +0100)
last refreshSat, 27 Apr 2024 08:08:29 +0000 (27 10:08 +0200)
content tags
add:
README
c0npix by rofl0r
================

display your images in a 256 color xterm!

export TERM=xterm-256color before usage

needs the following libraries
- ncurses
- lepton (aka liblept aka leptonica)
- tiff
- png

AUTOMATED LIB INSTALL
---------------------
OS X: get macports and run: sudo port install leptonica tiff libpng ncurses

debian/ubuntu: sudo apt-get install libleptonica-dev libncurses-dev pkg-config

COMPILATION
-----------
run make

LICENSE
-------
GNU GPL v3

MISC
----
made with eclipse CDT (managed build)

the flickering at the end is caused by restoring the original colors, so you can keep on working with your xterm.
shortlog
2022-10-16 pepa65Current required packages for Debian/Ubuntumaster
2022-10-16 pepa65Suppress macro expansion
2022-10-16 rofl0rUpdate README
2022-10-16 rofl0rDelete build.sh
2017-01-28 Martin T. H... Fix build
2017-01-02 rofl0rfix warnings and compilation against netbsd-curses
2017-01-02 rofl0rfix Makefile
2010-12-19 rofl0rsupport more platforms (FreeBSD)
2010-12-18 rofl0rupdated includes for leptonica gt 1.62, removed tempora...
2010-12-18 rofl0rupdated README for debian
2010-12-18 rofl0rfixed building issues on APPLE systems
2010-12-18 rofl0radded hint about BUILD.SH in README
2010-12-05 rofl0rupdated gitignore
2010-12-05 rofl0radded build script for non eclipse users (since the...
2010-12-05 rofl0rremoved logfile
2010-12-05 rofl0rput ncurses into a namespace, clear window before resto...
...
heads
18 months ago master