Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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
Expand Down Expand Up @@ -90,8 +91,9 @@ pet's pre-requisites.
Download the latest stable release from GitHub releases.

```shell
$ tar zxvf pluto-<version>.tar.gz
$ cd pluto-<version>/
$ PLUTO_VERSION=0.13.0
$ tar zxvf pluto-${PLUTO_VERSION}.tgz
$ cd pluto-${PLUTO_VERSION}/
$ ./configure [--with-clang-prefix=<clang install location>]
$ make
$ make test
Expand Down
Loading