diegotoral / Books

An open source books manager for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Books Stories in Ready


An open source books manager for Linux. Books is built with Gtk+ and Vala.

Installation

From source

Download or clone this repository:

$ git clone git://github.com/diegotoral/Books.git
$ cd Books/

Install all project dependencies and Vala (see INSTALL for more instructions). Next, compile the source as follow:

$ mkdir build && cd build/
$ cmake ..
$ make

Finally, install as shown below:

$ sudo make install

From Ubuntu PPA

TODO

Contributing

Star and fork this repository, make some changes and send pull requests.

Anyone is welcome to help.

License

Copyright (c) 2013 Diego Toral

This software is licensed under the GNU General Public License (version 3 or later). See the COPYING file in this distribution. * You should have received a copy of the GNU Library General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

About

An open source books manager for Linux.

License:GNU General Public License v3.0


Languages

Language:Vala 100.0%