Skip to content

Commit

Permalink
Remove the --without-ssl option from the aria build instructions in t…
Browse files Browse the repository at this point in the history
…he readme.
  • Loading branch information
DolceTriade committed Sep 25, 2017
1 parent 499f04d commit 2cec66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Before building the updater itself you need to build aria2 library
```
cd aria2
autoreconf -i
./configure --without-libxml2 --without-libexpat --without-sqlite3 --disable-ssl --enable-libaria2 --without-zlib --without-libcares --enable-static=yes ARIA2_STATIC=yes --without-libssh2 --disable-websocket
./configure --without-libxml2 --without-libexpat --without-sqlite3 --enable-libaria2 --without-zlib --without-libcares --enable-static=yes ARIA2_STATIC=yes --without-libssh2 --disable-websocket
make -j4
cd ..
```
Expand Down

0 comments on commit 2cec66a

Please sign in to comment.