|
Revision 176, 0.6 kB
(checked in by jordi, 3 years ago)
|
|
Updated the README with the need of poppler's glib wrapper as requirement instead of cairo support and removed the statement of code based on glib wrapper... since now it's used.
Added the NEWS items for the upcomming version of ePDFView.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | ePDFView |
|---|
| 3 | ======== |
|---|
| 4 | |
|---|
| 5 | ePDFView is a simple and lightweight PDF viewer. |
|---|
| 6 | For more general information about ePDFView please visit the project's |
|---|
| 7 | website at http://www.emma-soft.com/projects/epdfview/ . |
|---|
| 8 | |
|---|
| 9 | This software is licensed under the GNU General Public License (GPL). |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | Requirements |
|---|
| 13 | ============ |
|---|
| 14 | |
|---|
| 15 | GTK+ version 2.6.0 or higher ( http://www.gtk.org/ ) |
|---|
| 16 | Poppler version 0.5.0 with glib bindings ( http://poppler.freedesktop.org/ ) |
|---|
| 17 | CppUnit to run the test suite ( http://cppunit.sourceforge.net/ ) |
|---|
| 18 | Doxygen to build the documentation ( http://www.stack.nl/~dimitri/doxygen/ ) |
|---|