mirror of
https://github.com/vale981/tdesktop
synced 2025-03-04 17:21:40 -05:00
Fix building instruction of macOS (crashpad)
This commit is contained in:
parent
6a668fc171
commit
325e4af356
2 changed files with 4 additions and 4 deletions
|
@ -213,12 +213,12 @@ Go to ***BuildPath*** and run
|
||||||
git clone https://chromium.googlesource.com/crashpad/crashpad.git
|
git clone https://chromium.googlesource.com/crashpad/crashpad.git
|
||||||
cd crashpad
|
cd crashpad
|
||||||
git checkout feb3aa3923
|
git checkout feb3aa3923
|
||||||
git apply ../../patches/crashpad.diff
|
git apply ../patches/crashpad.diff
|
||||||
cd third_party/mini_chromium
|
cd third_party/mini_chromium
|
||||||
git clone https://chromium.googlesource.com/chromium/mini_chromium
|
git clone https://chromium.googlesource.com/chromium/mini_chromium
|
||||||
cd mini_chromium
|
cd mini_chromium
|
||||||
git checkout 7c5b0c1ab4
|
git checkout 7c5b0c1ab4
|
||||||
git apply ../../../../../patches/mini_chromium.diff
|
git apply ../../../../patches/mini_chromium.diff
|
||||||
cd ../../gtest
|
cd ../../gtest
|
||||||
git clone https://chromium.googlesource.com/external/github.com/google/googletest gtest
|
git clone https://chromium.googlesource.com/external/github.com/google/googletest gtest
|
||||||
cd gtest
|
cd gtest
|
||||||
|
|
|
@ -213,12 +213,12 @@ Go to ***BuildPath*** and run
|
||||||
git clone https://chromium.googlesource.com/crashpad/crashpad.git
|
git clone https://chromium.googlesource.com/crashpad/crashpad.git
|
||||||
cd crashpad
|
cd crashpad
|
||||||
git checkout feb3aa3923
|
git checkout feb3aa3923
|
||||||
git apply ../../patches/crashpad.diff
|
git apply ../patches/crashpad.diff
|
||||||
cd third_party/mini_chromium
|
cd third_party/mini_chromium
|
||||||
git clone https://chromium.googlesource.com/chromium/mini_chromium
|
git clone https://chromium.googlesource.com/chromium/mini_chromium
|
||||||
cd mini_chromium
|
cd mini_chromium
|
||||||
git checkout 7c5b0c1ab4
|
git checkout 7c5b0c1ab4
|
||||||
git apply ../../../../../patches/mini_chromium.diff
|
git apply ../../../../patches/mini_chromium.diff
|
||||||
cd ../../gtest
|
cd ../../gtest
|
||||||
git clone https://chromium.googlesource.com/external/github.com/google/googletest gtest
|
git clone https://chromium.googlesource.com/external/github.com/google/googletest gtest
|
||||||
cd gtest
|
cd gtest
|
||||||
|
|
Loading…
Add table
Reference in a new issue