Skip to content

Commit

Permalink
(docs) Removed notice no longer valid when building on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Dec 5, 2019
1 parent a7b2c58 commit d44b83a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/input/docs/building/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,3 @@ All other dependencies will be automatically downloaded when invoking the build
downloaded/cloned repository.
2. After that just type `sh build.sh` and everything will be automatically built and all unit tests
will run.

:::{.alert .alert-warning}
There is currently a small bug in some versions of the .NET Core library wich causes
a build failure when trying to use the `dotnet` utility,
to work around this problem you will need to export the path to the mono library directory by
doing the following before calling the build script:
`export FrameworkPathOverride=/usr/lib/mono/4.5/`
*(Change the path to the actual location of your mono installation directory)*
:::

0 comments on commit d44b83a

Please sign in to comment.