Skip to content

Commit 54496f7

Browse files
authored
Merge pull request #62 from KTStephano/pr52
Simplifying build steps
2 parents 1c38b6b + 014739e commit 54496f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,7 @@ Now build the StratusGFX source
110110
cmake -Bbuild -S. -DBUILD_TESTS=OFF
111111
cmake --build build/ -j 8 --config RelWithDebInfo
112112

113-
### Debian Linux
114-
115-
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=OFF
116-
cmake --build build/ -j 8
117-
118-
### Arch Linux
113+
### Linux
119114

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

0 commit comments

Comments
 (0)