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
f2e8dde934
commit
2b9c7f9273
@ -10,7 +10,7 @@ This repository contains the code of unofficial [GOG](http://www.gog.com/) downl
|
|||||||
* [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, iostreams)
|
||||||
* [libcrypto](https://www.openssl.org/) if libcurl is built with OpenSSL
|
* [libcrypto](https://www.openssl.org/) if libcurl is built with OpenSSL
|
||||||
|
|
||||||
## Make dependencies
|
## Make dependencies
|
||||||
@ -24,7 +24,8 @@ This repository contains the code of unofficial [GOG](http://www.gog.com/) downl
|
|||||||
# apt install build-essential libcurl4-openssl-dev libboost-regex-dev \
|
# apt install build-essential libcurl4-openssl-dev libboost-regex-dev \
|
||||||
libjsoncpp-dev liboauth-dev librhash-dev libtinyxml2-dev libhtmlcxx-dev \
|
libjsoncpp-dev liboauth-dev librhash-dev libtinyxml2-dev libhtmlcxx-dev \
|
||||||
libboost-system-dev libboost-filesystem-dev libboost-program-options-dev \
|
libboost-system-dev libboost-filesystem-dev libboost-program-options-dev \
|
||||||
libboost-date-time-dev help2man cmake libssl-dev pkg-config
|
libboost-date-time-dev libboost-iostreams-dev help2man cmake libssl-dev \
|
||||||
|
pkg-config
|
||||||
|
|
||||||
## Build and install
|
## Build and install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user