mirror of
https://github.com/HackHerz/pusher
synced 2025-12-06 02:10:19 +00:00
Updated readme
This commit is contained in:
parent
d1de943967
commit
db48063daf
2 changed files with 15 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
* curl `libcurl4-gnutls-dev`
|
* curl `libcurl4-gnutls-dev`
|
||||||
|
|
||||||
## Compile
|
## Compile
|
||||||
|
First you do have to change `API_TOKEN` in src/pushhandler.h. You can receive your API-Token at [a.gidix.de](http://www.a.gidix.de/). Don't forget to match the APP-Package as well.
|
||||||
|
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
./configure
|
./configure
|
||||||
|
|
|
||||||
14
configure
vendored
14
configure
vendored
|
|
@ -2977,6 +2977,20 @@ else
|
||||||
as_fn_error $? "You need the Boost Program Options library." "$LINENO" 5
|
as_fn_error $? "You need the Boost Program Options library." "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
done
|
||||||
|
|
||||||
|
for ac_header in boost/regex.hpp
|
||||||
|
do :
|
||||||
|
ac_fn_cxx_check_header_mongrel "$LINENO" "boost/regex.hpp" "ac_cv_header_boost_regex_hpp" "$ac_includes_default"
|
||||||
|
if test "x$ac_cv_header_boost_regex_hpp" = xyes; then :
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
#define HAVE_BOOST_REGEX_HPP 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
else
|
||||||
|
as_fn_error $? "You need the Boost Regex library." "$LINENO" 5
|
||||||
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
for ac_header in curl/curl.h
|
for ac_header in curl/curl.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue