diff --git a/README.md b/README.md index 0969f1bf..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 @@ -59,8 +60,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