Compare commits
No commits in common. "master" and "master" have entirely different histories.
|
@ -46,14 +46,12 @@ _internals_:
|
|||
For utils:
|
||||
|
||||
* libcurl
|
||||
* openssl
|
||||
* OpenSSL
|
||||
* libzip
|
||||
* libpugixml
|
||||
|
||||
|
||||
External & utils dependencies has to be installed by your package manager (_apt_ for example).
|
||||
Use _-dev_ flavours to get needed headers.
|
||||
Internal libraries are automatically fetched and statically compiled during the first compilation.
|
||||
Internal libraries are automatically fetched and statically compiled during the first run.
|
||||
When you update libgourou's repository, **don't forget to update internal libraries** with:
|
||||
|
||||
make update_lib
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
|
||||
#endif
|
||||
|
||||
#define LIBGOUROU_VERSION "0.8.7"
|
||||
#define LIBGOUROU_VERSION "0.8.6"
|
||||
|
||||
namespace gourou
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# uPDFParser
|
||||
if [ ! -d lib/updfparser ] ; then
|
||||
git clone git://soutade.fr/soutade/updfparser.git lib/updfparser
|
||||
git clone git://soutade.fr/updfparser.git lib/updfparser
|
||||
pushd lib/updfparser
|
||||
make BUILD_STATIC=1 BUILD_SHARED=0
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue
Block a user