From 0f20f7b06c8a0e461469a542048567e8db6ef833 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Sat, 30 Nov 2013 12:55:07 -0500 Subject: [PATCH] README.org: Recipe for hurry installation. --- README.org | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index eb47a20..00eb52d 100644 --- a/README.org +++ b/README.org @@ -166,8 +166,21 @@ version used as a base, and your comments. - OS/2 (using emx/gcc) :: Maintainer unknown (maybe [[mailto:rommel@ars.de][Kai Uwe Rommel]]), dated 1994-11 and based on Recode 3.4. See [[http://hobbes.nmsu.edu/pub/os2/util/convert/gnurcode.zip][gnurcode]]. * Installation -** Prerequisites +** In a hurry? +You may then try: + +#+BEGIN_SRC sh + git clone https://github.com/pinard/Recode.git + cd Recode + sh after-git.sh + ./configure + make + make install +#+END_SRC +More fine-grained instructions follow. + +** Prerequisites Simple installation of Recode requires the usual tools and facilities as those needed for most GNU packages. If not already bundled with your system, you also need to pre-install [[http://www.python.org][Python]], version 2.2 or -- 2.40.0