Skip to content

Commit 0172c3a

Browse files
committed
Update information about windeppack
1 parent 983704b commit 0172c3a

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

10_Getting_Started/20_Build/30_Windows.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ SOFA requires some libraries:
6565
```
6666
6767
- **Additional libraries**: libPNG, libJPEG, libTIFF, Glew, Zlib, TinyXML2
68-
Download the [Windows dependency pack](https://www.sofa-framework.org/download/WinDepPack/VS-2017/latest).
69-
You will need to unzip it directly in SOFA sources (later in this tutorial).
68+
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 teh variables WINDEPPACK_GIT_REPOSITORY and WINDEPPACK_GIT_TAG.
7069
7170
- **Eigen** (>= 3.2.10)
7271
Download and extract the [latest Eigen sources](https://gitlab.com/libeigen/eigen/-/releases).
@@ -116,13 +115,6 @@ git clone -b v25.06 https://github.com/sofa-framework/sofa.git sofa/src
116115
git clone -b master https://github.com/sofa-framework/sofa.git sofa/src
117116
```
118117

119-
**Next**, unzip the **SOFA dependencies for Windows** (downloaded before) directly in the sources `sofa/src/`.
120-
121-
**Finally**, you should have something like this:
122-
123-
![](https://www.sofa-framework.org/wp-content/uploads/2015/11/sofa_files.png)
124-
125-
126118
## Generate a VS project (.sln) or a Makefile with CMake
127119

128120
1. Create build directories respecting the arrangement above.

0 commit comments

Comments
 (0)