diff options
| -rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -16,6 +16,7 @@ You must have: | |||
| 16 | autoheader | 16 | autoheader |
| 17 | automake | 17 | automake |
| 18 | autoconf | 18 | autoconf |
| 19 | libtool | ||
| 19 | gcc | 20 | gcc |
| 20 | 21 | ||
| 21 | To compile run: | 22 | To compile run: |
| @@ -25,8 +26,8 @@ To compile run: | |||
| 25 | sudo make install # (if you want to install it into your system directories) | 26 | sudo make install # (if you want to install it into your system directories) |
| 26 | 27 | ||
| 27 | On Ubuntu/Debian, you can do: | 28 | On Ubuntu/Debian, you can do: |
| 28 | sudo apt-get install build-essential automake autoconf \ | 29 | sudo apt-get install build-essential automake autoconf libtool \ |
| 29 | libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ | 30 | libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev \ |
| 30 | libreadline5-dev | 31 | libreadline5-dev |
| 31 | 32 | ||
| 32 | == Who/what/where? == | 33 | == Who/what/where? == |
