Menu

Error for static linking instructions in README of 2.2.0

The README file in the latest release has an error in the description of how to statically link the included libsndfile and libsamplerate with discord. The line reads
./configure --with-static-libsndfile --with-static-libsamplerate
and should read
./configure --enable-static-libsndfile --enable-static-libsamplerate

You can see the legitimate command by running
./configure --help

Posted by stan 2008-10-15

Log in to post a comment.