From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23DDC138330 for ; Tue, 9 Jan 2018 02:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A82E0A59; Tue, 9 Jan 2018 02:00:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0528DE0A62 for ; Tue, 9 Jan 2018 02:00:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4E2034105D for ; Mon, 8 Jan 2018 12:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CB93186 for ; Mon, 8 Jan 2018 12:33:34 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1514548658.73de0b4c50f9b36a01d81fd57211ff33b6df2c57.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 73de0b4c50f9b36a01d81fd57211ff33b6df2c57 X-VCS-Branch: master Date: Mon, 8 Jan 2018 12:33:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 06628ad5-0e68-4d85-8171-1d03a1cddaf2 X-Archives-Hash: 4267b95d9cc4b8e98b63fadc4aaba71b commit: 73de0b4c50f9b36a01d81fd57211ff33b6df2c57 Author: Fabian Groffen gentoo org> AuthorDate: Fri Dec 29 11:57:38 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Dec 29 11:57:38 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=73de0b4c README: mention the configure alternative README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3889ee2..fb8d800 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ of information. The focus is on size and speed, so everything is in C. ## Building -Just run `make`. This should work on any recent POSIX compliant system. +Just run `make`. This should work on any recent Linux system. +Alternatively, run `configure` followed by `make`. ## Helping out