summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: