diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-05-02 10:54:57 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-05-06 20:00:37 -0400 |
commit | 713861cc212fac1553eccb383a8e78408b79efaf (patch) | |
tree | e52ddfe3e73127facc27ec38f073a73610f2787d | |
parent | 2040cf5f08f3c91097672eae54f2271320076ca2 (diff) | |
download | html5ks-713861cc212fac1553eccb383a8e78408b79efaf.tar.xz html5ks-713861cc212fac1553eccb383a8e78408b79efaf.zip |
minor README changes
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,9 +76,9 @@ Makefile Run ``make dev`` to automatically start nginx and re-make when changes are made. GNU make is required since I do not really want to write a script to output a Makefile. -I refuse to use autoconf; moreover, it isn't even relevant to this program, being designed for use with C/C++ projects. +I will not use autoconf; moreover, it isn't even relevant to this program, being designed for use with C/C++ projects. -Make 3.82 is required since this version sorts rules differently; versions of make prior to this one will not properly build www/dump/ctc_strip-0.png, resulting in errors building ctc_anim.png and ctc_anim-*.webp. +Make 3.82 is required since Make since then sorts rules differently; versions of make prior to this one will not properly build www/dump/ctc_strip-0.png, resulting in errors building ctc_anim.png and ctc_anim-*.webp. If you must use a version before that one (e.g. you are stuck on Ubuntu 12.04), manually building that file according to the Makefile should resolve the error. Patches to fix this are welcome. |