Skip to content

Commit

Permalink
Clarify that libiconv is not needed on Linux.
Browse files Browse the repository at this point in the history
Closes #73.
  • Loading branch information
gregs1104@gmail.com committed Nov 11, 2014
1 parent c6312af commit 0df3d56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ And to compile libiconv on windows you can do the following:
4. now you can compile using the MSVC project file

On Linux the program currently builds only in root's home directory.
There is no installation step available yet, so you will need to copy the
program to a directory in your PATH, such as /usr/local/bin on most Linux
You do not need to manually build the libiconv program. There is no
installation step available yet, so you will need to copy the program
to a directory in your PATH, such as /usr/local/bin on most Linux
installations. To compile on Linux use a sequence like this:
1. sudo su -
2. Enter password if needed
Expand Down

0 comments on commit 0df3d56

Please sign in to comment.