You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ on the website, where they are updated at least once every 24 hours:
39
39
40
40
Detailed installation instructions can be found in [INSTALL.md](INSTALL.md).
41
41
42
+
Be advised that due to the addition of `cmp` as a submodule, you now also need to initialize the git submodules required by toxcore. This can be done by cloning the repo with the following command: `git clone --recurse-submodules https://github.com/Toktok/c-toxcore` or by running `git submodule update --init` in the root directory of the repo.
43
+
42
44
In a nutshell, if you have [libsodium](https://github.com/jedisct1/libsodium)
0 commit comments