mirror of https://github.com/procxx/kepka.git
Merge pull request #1795 from telegramdesktop/auchri-patch-1
Fix path in doc/building-xcode.md
This commit is contained in:
commit
7ca9afbd80
|
@ -90,10 +90,6 @@ In Terminal go to **/Users/user/TBuild/Libraries/xz-5.0.5** and there run:
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
####zlib 1.2.8
|
|
||||||
|
|
||||||
Using the system lib
|
|
||||||
|
|
||||||
####libexif 0.6.20
|
####libexif 0.6.20
|
||||||
#####Get the source code
|
#####Get the source code
|
||||||
|
|
||||||
|
@ -235,7 +231,7 @@ In Terminal go to **/Users/user/TBuild/Libraries** and run:
|
||||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||||
cd gyp
|
cd gyp
|
||||||
./setup.py build
|
./setup.py build
|
||||||
sudo setup.py install
|
sudo ./setup.py install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
#####Build crashpad
|
#####Build crashpad
|
||||||
|
|
Loading…
Reference in New Issue