Skip to content

Commit

Permalink
test signature
Browse files Browse the repository at this point in the history
  • Loading branch information
PropzSaladaz committed Jan 6, 2025
1 parent 46b0d21 commit 0471d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sudo apt-get install libv8-dev
NB cmake needs to be of version >=3.21, git of version >=2.18

### (for Ubuntu 20.10 or later) Set gcc-11 as default compiler
```
```bash
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11
sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-11 11
Expand All @@ -81,15 +81,15 @@ gcc --version

# Install latest cmake

```
```bash
sudo apt-get purge cmake
sudo snap install cmake --classic
```


### Build dependencies

```
```bash
cd deps
./build.sh DEBUG=1
```
Expand Down

0 comments on commit 0471d5f

Please sign in to comment.