]> granicus.if.org Git - recode/commitdiff
HACKING.org: simplify explanation of build dependencies
authorReuben Thomas <rrt@sc3d.org>
Thu, 18 Jan 2018 23:10:07 +0000 (23:10 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 07:02:42 +0000 (07:02 +0000)
HACKING.org

index 53264b43cf339721ca345c573504cfcee29483f5..8f323bc8889f714e79fcdad49c528f45842ba04a 100644 (file)
@@ -1,6 +1,9 @@
 #+TITLE: HACKING for Recode
 #+OPTIONS: H:2 toc:2
 
+* Build dependencies
+m4, GNU Make, libtool, Autoconf, automake, Gettext, Help2man, Perl, Flex, Python, Cython, tar and wget.
+
 * Building from git
 
 #+BEGIN_SRC sh
   make install
 #+END_SRC
 
-* Maintenance tools
-Beyond the usual Unix programs needed for configuring and installing
-any GNU package, you need Cython, Flex and Python to achieve simple
-modifications to Recode.
-
-For more encompassing modifications, you might also need recent
-versions of Autoconf, automake, Flex, Gettext, Help2man, libtool, m4,
-GNU Make, Perl, tar and wget.  Just make sure you install m4 before
-Autoconf, and Perl before automake or Help2man.
 
-** Making a release
+* Making a release
 
 To make a release, you'll need [[https://github.com/rrthomas/woger][woger]] and [[https://github.com/aktau/github-release][github-release]], suitably configured. Having tested and pushed all the changes, update the version number in =configure.ac= and write the =NEWS= entry and push those too.