summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--README.md4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 284943ad88..9d7351c4c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
[develop]
* tests/test_qrinput.c:
- A minor memory leak bug in a test case has been fixed.
+ * README.md:
+ - 'libpng12-dev' has been corrected to 'libpng-dev'. (closes #170)
+ (Thanks to @a6q)
2020.09.29 Kentaro Fukuchi <kentaro@fukuchi.org>
[develop]
diff --git a/README.md b/README.md
index 17d4e4fb3f..34f557aa9f 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ process. For example, in Ubuntu, the following packages are needed:
- autotools-dev
- libtool
- pkg-config
-- libpng12-dev
+- libpng-dev
You can skip this process if you have "configure" script already (typically
when you downloaded the source tarball from fukuchi.org.)
@@ -231,5 +231,5 @@ Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q
Danomi Manchego, @minus7, Ian Sweet, @qianchenglenger, Ronald Michaels,
Yuji Ueno, Jakub Wilk, @KangLin, @c-273, @thebunnyrules, @NancyLi1013,
Frédéric Wang, Dan Jacobson, Jan Tojnar, @xiaoyur347, @charmander,
- Yannick Schinko
+ Yannick Schinko, @a6q
- bug report / suggestion / typo fixes