Skip to content
Open
Changes from 1 commit
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
bondhugula marked this conversation as resolved.
Outdated
$ ./configure [--with-clang-prefix=<clang install location>]
$ make
$ make test
Expand Down