From 506b0806d648dce5fcbf88890ed458286b0f5071 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 9 Mar 2018 01:55:18 +0300 Subject: [PATCH] Fix build instructions for Linux. --- docs/building-cmake.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/building-cmake.md b/docs/building-cmake.md index d4c4b869c..5e198bda3 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -130,14 +130,16 @@ Go to ***BuildPath*** and run cd .. git clone https://chromium.googlesource.com/breakpad/breakpad - git clone https://chromium.googlesource.com/linux-syscall-support breakpad/src/third_party/lss 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 make $MAKE_THREADS_CNT sudo make install - cd src - git clone https://github.com/google/googletest testing - cd tools + cd src/tools ../../../gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out tools.gyp --format=cmake cd ../../out/Default cmake .