summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-02-11 13:38:40 +0100
committerRobin Lindén <dev@robinlinden.eu>2018-02-11 13:45:52 +0100
commit0647c2c5bc8c871dbcaed64de40eb252d13d303c (patch)
treebd042460bf2981b7854774ace373034cb47254f1 /INSTALL.md
parent2e74db5447f89745f4bdc375230e20a7247670a0 (diff)
Look for dependencies in third_party/
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index dc46ea61..daca1079 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -144,7 +144,7 @@ In addition to meeting the [requirements](#requirements), you need a version of
144 144
145You must also ensure that the msvc versions of dependencies you're using are placed in the correct folders. 145You must also ensure that the msvc versions of dependencies you're using are placed in the correct folders.
146 146
147For libsodium that is `c-toxcore/libsodium`, and for pthreads-w32, it's `c-toxcore/pthreads-win32` 147For libsodium that is `c-toxcore/third_party/libsodium`, and for pthreads-w32, it's `c-toxcore/third_party/pthreads-win32`
148 148
149Once all of this is done, from the **Developer Command Prompt for VS**, simply run 149Once all of this is done, from the **Developer Command Prompt for VS**, simply run
150 150