mirror of
https://github.com/vale981/tdesktop
synced 2025-03-04 17:21:40 -05:00
Fix build instructions for Linux (Breakpad)
This commit is contained in:
parent
908b513601
commit
1368d6e7db
1 changed files with 5 additions and 1 deletions
|
@ -259,7 +259,11 @@ Go to ***BuildPath*** and run
|
|||
./configure
|
||||
make $MAKE_THREADS_CNT
|
||||
sudo make install
|
||||
cd src/tools
|
||||
cd src
|
||||
rm -r testing
|
||||
git clone https://github.com/google/googletest testing
|
||||
cd tools
|
||||
sed -i 's/minidump_upload.m/minidump_upload.cc/' linux/tools_linux.gypi
|
||||
../../../gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out tools.gyp --format=cmake
|
||||
cd ../../out/Default
|
||||
cmake .
|
||||
|
|
Loading…
Add table
Reference in a new issue