Skip to content

Commit

Permalink
Merge pull request #62 from KTStephano/pr52
Browse files Browse the repository at this point in the history
Simplifying build steps
  • Loading branch information
KTStephano authored Jul 24, 2023
2 parents 1c38b6b + 014739e commit 54496f7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,7 @@ Now build the StratusGFX source
cmake -Bbuild -S. -DBUILD_TESTS=OFF
cmake --build build/ -j 8 --config RelWithDebInfo

### Debian Linux

cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=OFF
cmake --build build/ -j 8

### Arch Linux
### Linux

cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=OFF
cmake --build build/ -j 8
Expand Down

0 comments on commit 54496f7

Please sign in to comment.