Skip to content

Commit 014739e

Browse files
committed
Simplifying build steps
1 parent 3a90034 commit 014739e

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)