Skip to content

Commit ee9881b

Browse files
recommend out of source build in README.md
Co-Authored-By: Izaak "Zaak" Beekman <[email protected]>
1 parent 3405811 commit ee9881b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ cd stdlib
1212
### Build with CMake
1313

1414
```
15-
cmake .
15+
mkdir build
16+
cd build
17+
cmake ..
1618
make
1719
ctest
1820
```

0 commit comments

Comments
 (0)