summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2014-08-30 15:24:36 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2014-08-30 15:24:36 +0200
commit7affcd81578172099e79449b3292f60e7b2fdb23 (patch)
tree8076bc6d97edbd8159b6a246165194ced92b0233 /INSTALL.md
parentfa007a3b047812e091ec19f34e9b9ab53a2f47b3 (diff)
Update INSTALL.md
Renamed ProjectTox-Core to toxcore, as seems to have been done with the repository.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 0430c1ab..fe6bf199 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -88,8 +88,8 @@ sudo ldconfig
88 88
89Then clone this repo and generate makefile: 89Then clone this repo and generate makefile:
90```bash 90```bash
91git clone git://github.com/irungentoo/ProjectTox-Core.git 91git clone git://github.com/irungentoo/toxcore.git
92cd ProjectTox-Core 92cd toxcore
93autoreconf -i 93autoreconf -i
94./configure 94./configure
95make 95make
@@ -118,8 +118,8 @@ brew install libtool automake autoconf libsodium check
118``` 118```
119Then clone this repo and generate makefile: 119Then clone this repo and generate makefile:
120```bash 120```bash
121git clone git://github.com/irungentoo/ProjectTox-Core.git 121git clone git://github.com/irungentoo/toxcore.git
122cd ProjectTox-Core 122cd toxcore
123autoreconf -i 123autoreconf -i
124./configure 124./configure
125make 125make
@@ -170,7 +170,7 @@ sudo make install
170Compiling and installing Tox Core 170Compiling and installing Tox Core
171 171
172```bash 172```bash
173cd ProjectTox-Core 173cd toxcore
174autoreconf -i 174autoreconf -i
175./configure 175./configure
176make 176make
@@ -384,12 +384,12 @@ cd ..
384 384
385You can also use a precompiled win32 binary of libsodium, however you will have to place the files in places where they can be found, i.e., dll's go to /bin headers to /include and libraries to /lib directories in your MinGW shell. 385You can also use a precompiled win32 binary of libsodium, however you will have to place the files in places where they can be found, i.e., dll's go to /bin headers to /include and libraries to /lib directories in your MinGW shell.
386 386
387Next, install ProjectTox-Core library, should either clone this repo by using git, or just download a [zip of current Master branch](https://github.com/irungentoo/ProjectTox-Core/archive/master.zip) and extract it somewhere. 387Next, install toxcore library, should either clone this repo by using git, or just download a [zip of current Master branch](https://github.com/irungentoo/toxcore/archive/master.zip) and extract it somewhere.
388 388
389Assuming that you now have the sources in the ProjectTox-Core directory: 389Assuming that you now have the sources in the toxcore directory:
390 390
391```cmd 391```cmd
392cd ProjectTox-Core 392cd toxcore
393autoreconf -i 393autoreconf -i
394./configure 394./configure
395make 395make