1
0
Fork 0
mirror of https://github.com/HackHerz/pusher synced 2025-12-06 02:10:19 +00:00

Updated readme

This commit is contained in:
Daniel Stein 2014-09-11 21:36:09 +02:00
parent d1de943967
commit db48063daf
2 changed files with 15 additions and 0 deletions

View file

@ -11,6 +11,7 @@
* curl `libcurl4-gnutls-dev`
## 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
./configure

14
configure vendored
View file

@ -2977,6 +2977,20 @@ else
as_fn_error $? "You need the Boost Program Options library." "$LINENO" 5
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
for ac_header in curl/curl.h