Skip to content
Snippets Groups Projects
Commit 4c1feee8 authored by Jonas Plewinski's avatar Jonas Plewinski
Browse files

Fixed typos

parent ccfb1b87
No related merge requests found
...@@ -31,7 +31,7 @@ your operating system's package manager. ...@@ -31,7 +31,7 @@ your operating system's package manager.
The typical steps, assuming your are in the waLBerla source directory, are: The typical steps, assuming your are in the waLBerla source directory, are:
- `mkdir build; cd build` create a build directory and change into it - `mkdir build; cd build` create a build directory and change into it
- `cmake ..` call CMake with the waLBerla source directory as a argument - `cmake ..` call CMake with the waLBerla source directory as an argument
- `make` build waLBerla - `make` build waLBerla
To specify a CMake option you need to use `-D(Option)=(Value)`. For example to set the C++ compiler one can use: To specify a CMake option you need to use `-D(Option)=(Value)`. For example to set the C++ compiler one can use:
...@@ -48,7 +48,7 @@ Some important CMake variables: ...@@ -48,7 +48,7 @@ Some important CMake variables:
- `WALBERLA_BUILD_WITH_PYTHON` Support for embedding Python - `WALBERLA_BUILD_WITH_PYTHON` Support for embedding Python
- `WALBERLA_BUILD_WITH_CUDA` Enable CUDA support - `WALBERLA_BUILD_WITH_CUDA` Enable CUDA support
For a full list of CMake Option see the [CMakeLists.txt](CMakeLists.txt) file or use `ccmake as described above.` For a full list of CMake Option see the [CMakeLists.txt](CMakeLists.txt) file or use `ccmake` as described above.
### Codegen and Python ### Codegen and Python
...@@ -106,4 +106,4 @@ Carbon Nanotubes: ...@@ -106,4 +106,4 @@ Carbon Nanotubes:
## License ## License
waLBerla is licensed under [GPLv3](COPYING.txt). waLBerla is licensed under [GPLv3](COPYING.txt).
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment