mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Update README.md
This commit is contained in:
parent
442fad04db
commit
afa5d3c5da
12
README.md
12
README.md
@ -4,14 +4,20 @@ This repository contains the code of unofficial [GOG](http://www.gog.com/) downl
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* [libcurl](https://curl.haxx.se/libcurl/)
|
* [libcurl](https://curl.haxx.se/libcurl/) >= 7.32.0
|
||||||
* [liboauth](https://sourceforge.net/projects/liboauth/)
|
* [liboauth](https://sourceforge.net/projects/liboauth/)
|
||||||
* [librhash](https://github.com/rhash/RHash)
|
* [librhash](https://github.com/rhash/RHash)
|
||||||
* [jsoncpp](https://github.com/open-source-parsers/jsoncpp)
|
* [jsoncpp](https://github.com/open-source-parsers/jsoncpp)
|
||||||
* [htmlcxx](http://htmlcxx.sourceforge.net/)
|
* [htmlcxx](http://htmlcxx.sourceforge.net/)
|
||||||
* [tinyxml2](https://github.com/leethomason/tinyxml2)
|
* [tinyxml2](https://github.com/leethomason/tinyxml2)
|
||||||
* [boost](http://www.boost.org/) (regex, date-time, system, filesystem, program-options)
|
* [boost](http://www.boost.org/) (regex, date-time, system, filesystem, program-options)
|
||||||
* [help2man](https://www.gnu.org/software/help2man/help2man.html)
|
* [libcrypto](https://www.openssl.org/) if libcurl is built with OpenSSL
|
||||||
|
|
||||||
|
## Make dependencies
|
||||||
|
* [cmake](https://cmake.org/) >= 3.0.0
|
||||||
|
* [help2man](https://www.gnu.org/software/help2man/help2man.html) (optional, man page generation)
|
||||||
|
* [grep](https://www.gnu.org/software/grep/)
|
||||||
|
* [binutils](https://www.gnu.org/software/binutils/) (readelf)
|
||||||
|
|
||||||
### Debian/Ubuntu
|
### Debian/Ubuntu
|
||||||
|
|
||||||
@ -24,7 +30,7 @@ This repository contains the code of unofficial [GOG](http://www.gog.com/) downl
|
|||||||
|
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake ..
|
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
|
||||||
$ make
|
$ make
|
||||||
# sudo make install
|
# sudo make install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user