From 54854656a851fbfbe12829289bdce1a3219627f7 Mon Sep 17 00:00:00 2001 From: Perry Gibson Date: Mon, 6 May 2024 15:35:40 +0200 Subject: [PATCH 1/2] Update README.md to reflect autogen requirement New releases use the autogen.sh script, README is updated to reflect that --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0969f1bf..aab9303e 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,10 @@ pet's pre-requisites. **Stable release:** ```shell -$ tar zxvf pluto-0.11.4.tar.gz -$ cd pluto-0.11.4/ +$ PLUTO_VERSION=0.12.0 +$ tar zxvf pluto-${PLUTO_VERSION}.tar.gz +$ cd pluto-${PLUTO_VERSION}/ +$ ./autogen.sh $ ./configure [--with-clang-prefix=] $ make $ make test From 1936432b5a353d991a9a5cc6eb727c45d2b56629 Mon Sep 17 00:00:00 2001 From: Perry Gibson Date: Thu, 9 May 2024 15:59:52 +0200 Subject: [PATCH 2/2] Added note about pkg-config requirement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aab9303e..97a29e88 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ A Linux distribution. Pluto has been tested on x86 and x86-64 machines running Fedora, Ubuntu, and CentOS. - In order to use the development version from Pluto's git repository, automatic -build system tools, including `autoconf`, `automake`, and `libtool` are needed. +build system tools, including `autoconf`, `automake`, `pkg-config`, and `libtool` + are needed. - LLVM/Clang 14.x (14.x recommended, 11.x, 12.x tested to work as well), along with its development/header files, is needed for the pet submodule. These