Server-Root/libraries/build_breakpad.sh

7 lines
167 B
Bash
Raw Normal View History

2018-08-08 10:21:32 -04:00
cd breakpad/
git clone https://chromium.googlesource.com/linux-syscall-support src/third_party/lss
cd build
../configure
make CXXFLAGS="-std=c++11"
#sudo make install