Skip to content

Commit

Permalink
[Doc] Update compiling instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsgc committed Aug 1, 2024
1 parent fbbcc3e commit 5cae9b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Documentation/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ The dependencies are searched for in these locations:
Note that on Windows most dependencies do not have default install paths and should therefore be placed in the `/Dependency` folder. In order to avoid problems with dependency versions this should be the preferred behaviour on Linux as well.

`/Dependency` folder breakdown:
- Static & shared libraries (.lib, .a, .so):
- Pick one of:
- (TeSource)/Dependencies/(Win32|Linux)/(MSVC/GNU)/(DepName)/lib
- (TeSource)/Dependencies/(MSVC/GNU)/(DepName)/lib/(Debug|Release)
- Static & shared libraries (.lib, .a, .so, .h):
- Place in (TeSource)/Dependencies/(Linux|Win32).(MSVC/GNU)/(DepName)/lib/((Debug|Release))
- Dynamic libraries (.dll)
- Place in (TeSource)/Dependencies/(Win32|Linux)/(MSVC/GNU)/binairies/(Debug|Release)
- Includes
Expand Down

0 comments on commit 5cae9b1

Please sign in to comment.