Skip to content

Commit cec4734

Browse files
authored
Merge pull request #206 from bakpaul/25_08_update_windeppack_info
Update information about windeppack related to #5614
2 parents 12c405b + 9827ac1 commit cec4734

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
@@ -67,8 +67,7 @@ SOFA requires some libraries:
6767
Now, each time you want to build or use SOFA, you first need to call `C:\path\to\sofa-venv\bin\Scripts\activate.bat` to activate this virtual environment and get access to the dependencies.
6868
6969
- **Additional libraries**: libPNG, libJPEG, libTIFF, Glew, Zlib, TinyXML2
70-
Download the [Windows dependency pack](https://www.sofa-framework.org/download/WinDepPack/VS-2017/latest).
71-
You will need to unzip it directly in SOFA sources (later in this tutorial).
70+
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.
7271
7372
- **Eigen** (>= 3.2.10)
7473
Download and extract the [latest Eigen sources](https://gitlab.com/libeigen/eigen/-/releases).
@@ -118,13 +117,6 @@ git clone -b v25.06 https://github.com/sofa-framework/sofa.git sofa/src
118117
git clone -b master https://github.com/sofa-framework/sofa.git sofa/src
119118
```
120119

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

130122
1. Create build directories respecting the arrangement above.

0 commit comments

Comments
 (0)