Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions 10_Getting_Started/20_Build/30_Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ SOFA requires some libraries:
```

- **Additional libraries**: libPNG, libJPEG, libTIFF, Glew, Zlib, TinyXML2
Download the [Windows dependency pack](https://www.sofa-framework.org/download/WinDepPack/VS-2017/latest).
You will need to unzip it directly in SOFA sources (later in this tutorial).
It will be fetch automatically from https://github.com/sofa-framework/WinDepPack.git directly by SOFA CMake generation. For advanced dev, you can provide you own by modfying the CMake variables WINDEPPACK_GIT_REPOSITORY and WINDEPPACK_GIT_TAG.

- **Eigen** (>= 3.2.10)
Download and extract the [latest Eigen sources](https://gitlab.com/libeigen/eigen/-/releases).
Expand Down Expand Up @@ -116,13 +115,6 @@ git clone -b v25.06 https://github.com/sofa-framework/sofa.git sofa/src
git clone -b master https://github.com/sofa-framework/sofa.git sofa/src
```

**Next**, unzip the **SOFA dependencies for Windows** (downloaded before) directly in the sources `sofa/src/`.

**Finally**, you should have something like this:

![](https://www.sofa-framework.org/wp-content/uploads/2015/11/sofa_files.png)


## Generate a VS project (.sln) or a Makefile with CMake

1. Create build directories respecting the arrangement above.
Expand Down