_                _   _                 ____            _     _ 	
   / \   _ __   ___ | |_| |__   ___ _ __  |  _ \ _ __ ___ (_) __| |	
  / _ \ | '_ \ / _ \| __| '_ \ / _ \ '__| | | | | '__/ _ \| |/ _\` |	
 / ___ \| | | | (_) | |_| | | |  __/ |    | |_| | | | (_) | | (_| |	
/_/   \_\_| |_|\___/ \__|_| |_|\___|_|    |____/|_|  \___/|_|\__,_|	
                                                                bbs
  XQTRs lair...
Home // Blog // NULL emag. // Files // Docs // Tutors // GitHub repo
How to Install GREEN pdf reader for FrameBuffer

First install some dependencies.

install libpoppler-glib-dev libsdl1.2-dev

Also install the gpm lib. for mouse.

sudo apt-get install gpm

After, clone the Green Gihub repo:

git clone https://github.com/schandinat/green

Get into the app dir:

cd green

And build the binary with:

make
sudo make install

You are ready! For instructions on how to use the app, read the README file.