forked from soutade/libgourou
Add README_package.md
This commit is contained in:
parent
49a74cdd6f
commit
429fe34e8e
|
@ -62,7 +62,7 @@ Utils
|
||||||
You can import configuration from your eReader or create a new one with utils/activate :
|
You can import configuration from your eReader or create a new one with utils/activate :
|
||||||
|
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
|
||||||
./utils/activate -u <USERNAME>
|
./utils/activate -u <AdobeID USERNAME>
|
||||||
|
|
||||||
Then a _./.adept_ directory is created with all configuration file
|
Then a _./.adept_ directory is created with all configuration file
|
||||||
|
|
||||||
|
|
60
README_package.md
Normal file
60
README_package.md
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
Introduction
|
||||||
|
------------
|
||||||
|
|
||||||
|
libgourou is a free implementation of Adobe's ADEPT protocol used to add DRM on ePub files. It overcome the lacks of Adobe support for Linux platforms.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
------------
|
||||||
|
|
||||||
|
For libgourou :
|
||||||
|
|
||||||
|
* None
|
||||||
|
|
||||||
|
For utils :
|
||||||
|
|
||||||
|
* QT5Core
|
||||||
|
* QT5Network
|
||||||
|
* OpenSSL
|
||||||
|
* libzip
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Utils
|
||||||
|
-----
|
||||||
|
|
||||||
|
You can import configuration from your eReader or create a new one with activate :
|
||||||
|
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
|
||||||
|
./activate -u <AdobeID USERNAME>
|
||||||
|
|
||||||
|
Then a _./.adept_ directory is created with all configuration file
|
||||||
|
|
||||||
|
To download an ePub :
|
||||||
|
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD
|
||||||
|
./acsmdownloader -f <ACSM_FILE>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Sources
|
||||||
|
-------
|
||||||
|
|
||||||
|
http://indefero.soutade.fr/p/libgourou
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Copyright
|
||||||
|
---------
|
||||||
|
|
||||||
|
Grégory Soutadé
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
|
libgourou : LGPL v3 or later
|
||||||
|
|
||||||
|
utils : BSD
|
Loading…
Reference in New Issue
Block a user