Skip to content

Commit

Permalink
remove building from sources g++ description
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Jul 18, 2023
1 parent f3a2179 commit 25a009d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ Please check [CONTRIBUTING](https://github.com/cieslarmichal/faker-cxx/blob/main

[Discord Channel](https://discord.gg/h2ur8H6mK6) for contributors.

<br />

## Building from sources with Clang 16 / GCC 13
## Building from sources with Clang 16

#### 1. Install Clang 16
```
Expand All @@ -113,16 +114,11 @@ mkdir build
cd build
```

#### 3a. CMake setup with Clang 16
#### 3. CMake setup with Clang 16
```
cmake .. -DCMAKE_CXX_COMPILER=/usr/bin/clang++-16
```

#### 3b. CMake setup with GCC 13
```
cmake .. -DCMAKE_CXX_COMPILER=/usr/bin/g++-13
```

#### 4. Build 🔨
```
make
Expand Down

0 comments on commit 25a009d

Please sign in to comment.