Skip to content
Snippets Groups Projects
Commit 791a5c4c authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Finished getting started section in devguide.

parent 26d5293f
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ trim_trailing_whitespace = true ...@@ -5,7 +5,7 @@ trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
indent_size = 4 indent_size = 4
[*.md] [*.{md,pandoc}]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.{json,yml,toml}] [*.{json,yml,toml}]
......
...@@ -31,7 +31,7 @@ It is preferred to use Conan package manager to install required third-party lib ...@@ -31,7 +31,7 @@ It is preferred to use Conan package manager to install required third-party lib
Add `-DOGS_USE_CONAN=ON` to the CMake-run (see below). Add `-DOGS_USE_CONAN=ON` to the CMake-run (see below).
::: {.note} ::: {.note}
### Multi-configuration with Conan and Visual Studio ### <i class="fas fa-exclamation-triangle"></i> Multi-configuration with Conan and Visual Studio
With Conan one build directory corresponds to one configuration. If you want to have e.g. a release and a debug build you need to create two build directories. This is nothing new new to Linux / GCC user but differs to Visual Studios default behavior having just one build-folder / project with different configurations. A typical Visual Studio setup with both Release and Debug configs would be initialized as follows: With Conan one build directory corresponds to one configuration. If you want to have e.g. a release and a debug build you need to create two build directories. This is nothing new new to Linux / GCC user but differs to Visual Studios default behavior having just one build-folder / project with different configurations. A typical Visual Studio setup with both Release and Debug configs would be initialized as follows:
......
...@@ -168,7 +168,7 @@ $ git lfs install ...@@ -168,7 +168,7 @@ $ git lfs install
::: :::
::: {.note} ::: {.note}
### Git LFS installation without admin rights ### <i class="fas fa-info-circle"></i> Git LFS installation without admin rights
If you do not have rights to install a system package (e.g. on cluster systems) you can [download](https://github.com/git-lfs/git-lfs/releases/latest) a precompiled `git-lfs` executable. Simply put it into your `PATH` and everything should work (remember to run `git lfs install` once!). See also: <https://github.com/git-lfs/git-lfs/wiki/Installation#other> If you do not have rights to install a system package (e.g. on cluster systems) you can [download](https://github.com/git-lfs/git-lfs/releases/latest) a precompiled `git-lfs` executable. Simply put it into your `PATH` and everything should work (remember to run `git lfs install` once!). See also: <https://github.com/git-lfs/git-lfs/wiki/Installation#other>
::: :::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment