Skip to content

Commit

Permalink
Merge pull request #26 from jichu4n/jichu4n-patch-1
Browse files Browse the repository at this point in the history
Add installation instructions to README.
  • Loading branch information
jichu4n authored Oct 22, 2018
2 parents ddf2d04 + ce38e36 commit 136d3f4
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
JFBView
=====
=======

JFBView is a PDF and image viewer for the Linux framebuffer. It is very fast and
has a number of advanced and unique features including:
Expand All @@ -16,6 +16,35 @@ The home page of JFBView is at https://github.com/jichu4n/jfbview.
Please refer to the home page for more information, including installation
instructions and usage.

INSTALLATION
------------

Arch Linux:
* Install package `jfbview` from the AUR, e.g.
```
yay -S jfbview
```
* Source: https://aur.archlinux.org/packages/jfbview

Debian / Ubuntu:
* Install dependencies:
```
sudo apt-get install \
libssl-dev \
libopenjp2-7-dev \
libjbig2dec-dev \
libharfbuzz-dev \
libncurses5-dev \
libimlib2-dev \
libmupdf-dev
```
* Clone this repo and build:
```
git clone https://github.com/jichu4n/jfbview.git
cd jfbview
make
```

BUILDING
--------

Expand Down

0 comments on commit 136d3f4

Please sign in to comment.