mittinatten / freesasa

C-library for calculating Solvent Accessible Surface Areas
http://freesasa.github.io/
MIT License
105 stars 37 forks source link

Change README.md? Compiling 2.0.3 in Ubuntu #37

Closed pgbarletta closed 6 years ago

pgbarletta commented 6 years ago

Hi, I noticed the autoconf command did not show in the README. I actually had to do this to install in Ubuntu (since autoconf would complain about undefined macros):

autoreconf -i 
./configure
make
make install
mittinatten commented 6 years ago

It actually is, check line 47 in README. :)

pgbarletta commented 6 years ago

my bad! I'm used to run the commands that show up in the codeblock.