mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build instructions for Linux.
This commit is contained in:
parent
054459d327
commit
506b0806d6
1 changed files with 6 additions and 4 deletions
|
@ -130,14 +130,16 @@ Go to ***BuildPath*** and run
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git clone https://chromium.googlesource.com/breakpad/breakpad
|
git clone https://chromium.googlesource.com/breakpad/breakpad
|
||||||
git clone https://chromium.googlesource.com/linux-syscall-support breakpad/src/third_party/lss
|
|
||||||
cd breakpad
|
cd breakpad
|
||||||
|
git checkout bc8fb886
|
||||||
|
git clone https://chromium.googlesource.com/linux-syscall-support src/third_party/lss
|
||||||
|
cd src/third_party/lss
|
||||||
|
git checkout a91633d1
|
||||||
|
cd ../../..
|
||||||
./configure
|
./configure
|
||||||
make $MAKE_THREADS_CNT
|
make $MAKE_THREADS_CNT
|
||||||
sudo make install
|
sudo make install
|
||||||
cd src
|
cd src/tools
|
||||||
git clone https://github.com/google/googletest testing
|
|
||||||
cd tools
|
|
||||||
../../../gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out tools.gyp --format=cmake
|
../../../gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out tools.gyp --format=cmake
|
||||||
cd ../../out/Default
|
cd ../../out/Default
|
||||||
cmake .
|
cmake .
|
||||||
|
|
Loading…
Add table
Reference in a new issue