[go: up one dir, main page]

Skip to content

A slick comics and ebooks reader for Linux, Windows and Android.

License

Notifications You must be signed in to change notification settings

neodesys/DeluxeReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeluxeReader

GPLv3 License

DeluxeReader is a slick comics and ebooks reader for Linux, Windows and Android.

Contents

  1. Quick start
  2. How to contribute
  3. License

Quick start

Download the latest release or clone this repository.

$ git clone https://github.com/neodesys/DeluxeReader.git DeluxeReader
$ cd DeluxeReader
$ git submodule init
$ git submodule update

Build the executable

$ make PLATFORM=linux ARCH=64 BUILD=release
$ make PLATFORM=linux ARCH=32 BUILD=release
$ make PLATFORM=mingw ARCH=64 BUILD=release
$ make PLATFORM=mingw ARCH=32 BUILD=release

Build and run tests

$ make PLATFORM=linux ARCH=64 BUILD=release test && bin/Test_DeluxeReader_linux64_release
$ make PLATFORM=linux ARCH=32 BUILD=release test && bin/Test_DeluxeReader_linux32_release
$ make PLATFORM=mingw ARCH=64 BUILD=release test && bin/Test_DeluxeReader_mingw64_release.exe
$ make PLATFORM=mingw ARCH=32 BUILD=release test && bin/Test_DeluxeReader_mingw32_release.exe

Generate source code documentation using Doxygen

$ make doc && xdg-open doc/generated/html/index.html

How to contribute

You are welcome to contribute to DeluxeReader.

If you find a bug, have an issue or great ideas to make it better, please post an issue.

If you can fix a bug or want to add a feature yourself, please fork the repository and post a Pull Request.

You can find detailed information about how to contribute in GitHub Guides.


License

DeluxeReader is released under the GPLv3 License.

DeluxeReader

Copyright (C) 2015, Loïc Le Page

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

A slick comics and ebooks reader for Linux, Windows and Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published