Skip to content

Commit

Permalink
Update Linux documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheLarchier committed Sep 20, 2024
1 parent 976f60f commit 3709f7d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions infomaniak-build-tools/linux/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,18 @@ sudo apt install -y libcurl4-openssl-dev
cd ~/Projects
git clone https://github.com/getsentry/sentry-native.git
cd sentry-native
git checkout tags/0.6.7
git checkout tags/0.7.9
git submodule init
git submodule update --recursive
cmake -B build -DSENTRY_INTEGRATION_QT=YES -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=~/Qt/6.7.2/gcc_arm64
cd external/crashpad
git submodule init
git submodule update --recursive
cd ../..
cmake -B build -DSENTRY_INTEGRATION_QT=YES -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=~/Qt/6.2.3/gcc_64
cmake --build build --parallel
sudo cmake --install build


```

## xxHash
Expand Down

0 comments on commit 3709f7d

Please sign in to comment.