diff options
author | Christian Hesse <mail@eworm.de> | 2018-06-14 12:44:09 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-06-14 12:44:09 +0200 |
commit | fbb1a580561b91c372ec4108ae5348223dcdbe9b (patch) | |
tree | 7f2e2be3934a602c1e9ab6cc14162ee8addea92a | |
parent | 307dbaa828b8f904aa3626bbee14b01d8730d913 (diff) | |
download | cqrlogo-fbb1a580561b91c372ec4108ae5348223dcdbe9b.tar.gz cqrlogo-fbb1a580561b91c372ec4108ae5348223dcdbe9b.tar.zst |
update dependencies' upstream urls
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -14,12 +14,12 @@ Requirements To compile and run `cqrlogo` you need: -* [iniparser](http://ndevilla.free.fr/iniparser/) +* [iniparser](https://github.com/ndevilla/iniparser) * [libpng](http://www.libpng.org/pub/png/libpng.html) -* [zlib](http://www.zlib.net/) (which is a dependency for libpng) -* [qrencode](http://megaui.net/fukuchi/works/qrencode/index.en.html) +* [zlib](https://www.zlib.net/) (which is a dependency for libpng) +* [qrencode](https://fukuchi.org/works/qrencode/) * [fcgi](http://www.fastcgi.com/) (for FastCGI support) -* [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation) +* [markdown](https://daringfireball.net/projects/markdown/) (HTML documentation) Additionally it is expected to have `make` and `pkg-config` around to successfully compile. |