Skip to content

Commit

Permalink
add indent to requirements
Browse files Browse the repository at this point in the history
Without indent, `make` reports errors in somewhere in a directory called codelets.  
It also reports "/bin/bash: indent: command not found" not far away.

For my Ubuntu 14.04 flavor, a simple `sudo apt-get install indent` made `make` work as expected.
  • Loading branch information
maxlevesque committed Mar 21, 2015
1 parent 0ea3051 commit 56af330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you have downloaded an official release, please read chapter
make install

If you are using the git repository, install ocaml, autoconf,
automake, and libtool, and execute the bootstrap.sh script. Most of
automake, indent and libtool, and execute the bootstrap.sh script. Most of
the source code of fftw is generated automatically, and this script
generates all the required source files.

Expand Down

0 comments on commit 56af330

Please sign in to comment.