forked from soutade/libgourou
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
469d378f9a | |||
|
98b531a232 | ||
956bad3068 |
|
@ -164,3 +164,4 @@ Donators
|
||||||
* _Berwyn H_
|
* _Berwyn H_
|
||||||
* _bwitt_
|
* _bwitt_
|
||||||
* _Ismail_
|
* _Ismail_
|
||||||
|
* _Radon_
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
|
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LIBGOUROU_VERSION "0.8.6"
|
#define LIBGOUROU_VERSION "0.8.7"
|
||||||
|
|
||||||
namespace gourou
|
namespace gourou
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# uPDFParser
|
# uPDFParser
|
||||||
if [ ! -d lib/updfparser ] ; then
|
if [ ! -d lib/updfparser ] ; then
|
||||||
git clone git://soutade.fr/updfparser.git lib/updfparser
|
git clone git://soutade.fr/soutade/updfparser.git lib/updfparser
|
||||||
pushd lib/updfparser
|
pushd lib/updfparser
|
||||||
make BUILD_STATIC=1 BUILD_SHARED=0
|
make BUILD_STATIC=1 BUILD_SHARED=0
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue
Block a user