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
|
2018-08-08 16:38:56 -04:00
|
|
|
make CXXFLAGS="-std=c++11 -I../../boringssl/include/"
|
2018-08-08 15:51:41 -04:00
|
|
|
sudo make install
|