Menu

Tree [a45394] master /
 History

HTTPS access


File Date Author Commit
 moth_index_gui 2012-03-31 Tadeusz Struk Tadeusz Struk [ae6ba8] Bug fixes
 README 2012-05-31 Tadeusz Struk Tadeusz Struk [ee8f56] typo in readme
 SConstruct 2012-06-07 Tadeusz Struk Tadeusz Struk [7aed70] Added splash screen and fixing couple of bugs
 moth.cpp 2012-04-03 Tadeusz Struk Tadeusz Struk [2a1e55] Updated README and print help
 moth.h 2012-06-07 Tadeusz Struk Tadeusz Struk [a45394] Added last page texture
 moth_book.cpp 2012-05-31 Tadeusz Struk Tadeusz Struk [28cea3] Fixed goto
 moth_book.h 2012-05-13 Tadeusz Struk Tadeusz Struk [b85f81] Added first version of search -NOT FINISHED
 moth_gui.cpp 2012-06-07 Tadeusz Struk Tadeusz Struk [a45394] Added last page texture
 moth_gui.h 2012-06-07 Tadeusz Struk Tadeusz Struk [a45394] Added last page texture
 moth_gui_dialog.cpp 2012-04-01 Tadeusz Struk Tadeusz Struk [cc1273] Added save a copy
 moth_gui_dialog.h 2012-04-01 Tadeusz Struk Tadeusz Struk [cc1273] Added save a copy
 moth_image.cpp 2012-06-07 Tadeusz Struk Tadeusz Struk [a45394] Added last page texture
 moth_index.cpp 2012-03-26 Tadeusz Struk Tadeusz Struk [028dd2] Added README, Added install target, minor fixes
 moth_index.h 2012-03-24 Tadeusz Struk Tadeusz Struk [e8963b] Added index
 moth_reader.cpp 2012-05-20 Tadeusz Struk Tadeusz Struk [d4be08] Merged create textures and load textures
 moth_reader.h 2012-05-29 Tadeusz Struk Tadeusz Struk [3f96a1] Showing search results correctly on a flat page
 moth_reader_pdf.cpp 2012-05-31 Tadeusz Struk Tadeusz Struk [5eabd8] Added find next and find prev
 moth_reader_pdf.h 2012-05-13 Tadeusz Struk Tadeusz Struk [b85f81] Added first version of search -NOT FINISHED
 release 2012-05-31 Tadeusz Struk Tadeusz Struk [716604] Added small release script
 style 2012-03-24 Tadeusz Struk Tadeusz Struk [e8963b] Added index

Read Me

### MOTH READER README ###
#List of dependencies.
The following tools and libraries need to be installed to build moth:
- SConstruct is used to build the software. For more info see http://www.scons.org/
- OpenGL
- OpenGL Extension Wrangler "GLEW"
- ftgl
- libSDL
- gdk-dev
- poppler-glib
- zenity
Note: zenity is used in runtime for dialogs.

#Installation
SConstruct building tool is used to build moth.
To build it do "scons"
To install do "sudo scons install"

#User manual
Left and right arrows to flip pages back and forward.
Mouse to move the book.
Shift + move mouse up and down to zoom in and zoom out.
Shift + mouse wheel to zoom in and zoom out.
'g' - open "goto" dialog.
'i' - open book index.
's' - save a copy.
'f' - find string.
After you enter string to find:
'n' - find the next occurrence of the string entered during last 'f' operation.
'p' - find the previous occurrence of the string entered during last 'f' operation.
ESC - ends the program.

#Note
Note: Moth has been developed and tested on Debian 6.0 and it works with the above libs and tools that can be found in Debian stable repository.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.