mirror of https://github.com/procxx/kepka.git
Fix build instructions for Linux (Breakpad)
This commit is contained in:
parent
908b513601
commit
1368d6e7db
|
@ -259,7 +259,11 @@ Go to ***BuildPath*** and run
|
||||||
./configure
|
./configure
|
||||||
make $MAKE_THREADS_CNT
|
make $MAKE_THREADS_CNT
|
||||||
sudo make install
|
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
|
../../../gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out tools.gyp --format=cmake
|
||||||
cd ../../out/Default
|
cd ../../out/Default
|
||||||
cmake .
|
cmake .
|
||||||
|
|
Loading…
Reference in New Issue