Skip to content

Commit 00f139a

Browse files
authored
Update Build-SU2-From-Source.md
1 parent 278683e commit 00f139a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_docs_v7/Build-SU2-From-Source.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ redirect_from: /docs/Build-SU2-From-Source/
77
***This guide is for version 7 only.***
88
For information on how to build older versions of SU2, have a look [here](/docs_v7/Build-from-Source/).
99

10+
Note that the following guide works only on Linux/MacOS and on Windows using Cygwin or the [Linux Subsystem](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
11+
1012
---
1113

1214
## Content ##
@@ -39,7 +41,7 @@ Short summary of the minimal requirements:
3941

4042
If you have these tools installed, you can create a configuration using the `meson.py` found in the root source code folder:
4143
```
42-
./meson.py build
44+
./meson.py build
4345
```
4446
Use `ninja` to compile and install the code
4547

0 commit comments

Comments
 (0)