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
|
||||
sudo make install
|
||||
|
||||
####zlib 1.2.8
|
||||
|
||||
Using the system lib
|
||||
|
||||
####libexif 0.6.20
|
||||
#####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
|
||||
cd gyp
|
||||
./setup.py build
|
||||
sudo setup.py install
|
||||
sudo ./setup.py install
|
||||
cd ..
|
||||
|
||||
#####Build crashpad
|
||||
|
|
Loading…
Reference in New Issue