summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index e7902149..a7805018 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -89,7 +89,7 @@ Then clone this repo and generate makefile:
89git clone git://github.com/irungentoo/ProjectTox-Core.git 89git clone git://github.com/irungentoo/ProjectTox-Core.git
90cd ProjectTox-Core 90cd ProjectTox-Core
91autoreconf -i 91autoreconf -i
92./configure --with-dependency-search=`pwd`/../ffmpeg/install 92./configure
93make 93make
94sudo make install 94sudo make install
95``` 95```
@@ -321,7 +321,11 @@ cd ..
321 321
322You are now ready to compile with phone! 322You are now ready to compile with phone!
323 323
324 324Note: Don't forget to run core configure like so:
325```bash
326./configure --with-dependency-search=`pwd`/../ffmpeg/install
327```
328before compiling the phone.
325 329
326 330
327<a name="bootstrapd" /> 331<a name="bootstrapd" />