summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-01-17 18:10:32 -0500
committerirungentoo <irungentoo@gmail.com>2014-01-17 18:10:32 -0500
commit91b06da0c3aa399edf7e00e33a8f380b42e44f43 (patch)
treef63969cb9ef4260ad9748921e7279b26100cba97
parentdb2a4073c55bd1ae779b31382e634ba42f21d0ef (diff)
Fixed spelling.
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 82f5ef97..36a0a27a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -115,7 +115,7 @@ make install
115 115
116If execution fails with errors like "dyld: Library not loaded: /opt/tox-im/lib/libtoxcore.0.dylib", you may need to specify libsodium path: 116If execution fails with errors like "dyld: Library not loaded: /opt/tox-im/lib/libtoxcore.0.dylib", you may need to specify libsodium path:
117 117
118Determine pathes: 118Determine paths:
119``` 119```
120brew list libsodium 120brew list libsodium
121``` 121```
@@ -194,7 +194,7 @@ You should install:
194 - [MinGW](http://sourceforge.net/projects/mingw/) 194 - [MinGW](http://sourceforge.net/projects/mingw/)
195 195
196When installing MinGW, make sure to select the MSYS option in the installer. 196When installing MinGW, make sure to select the MSYS option in the installer.
197MinGW will install an "MinGW shell" (you should get a shortcut for it), make sure to perform all opeartions (i.e. generating/running configure script, compiling, etc.) from the MinGW shell. 197MinGW will install an "MinGW shell" (you should get a shortcut for it), make sure to perform all operations (i.e. generating/running configure script, compiling, etc.) from the MinGW shell.
198 198
199First download the source tarball from http://download.libsodium.org/libsodium/releases/ and build it. 199First download the source tarball from http://download.libsodium.org/libsodium/releases/ and build it.
200Assuming that you got the libsodium-0.4.2.tar.gz release: 200Assuming that you got the libsodium-0.4.2.tar.gz release: