From 0172c3abd1ebe2fcf2fcfbcb60d14d5fca0bfaf7 Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Wed, 20 Aug 2025 17:05:57 +0200 Subject: [PATCH 1/2] Update information about windeppack --- 10_Getting_Started/20_Build/30_Windows.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/10_Getting_Started/20_Build/30_Windows.md b/10_Getting_Started/20_Build/30_Windows.md index ac4b4fbc6..671822d1d 100644 --- a/10_Getting_Started/20_Build/30_Windows.md +++ b/10_Getting_Started/20_Build/30_Windows.md @@ -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 teh 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). @@ -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. From 9827ac1ecf2d654b3354d99aff0eef2c0461b585 Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Wed, 20 Aug 2025 17:06:43 +0200 Subject: [PATCH 2/2] Fix typo --- 10_Getting_Started/20_Build/30_Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_Getting_Started/20_Build/30_Windows.md b/10_Getting_Started/20_Build/30_Windows.md index 671822d1d..3fc36fee1 100644 --- a/10_Getting_Started/20_Build/30_Windows.md +++ b/10_Getting_Started/20_Build/30_Windows.md @@ -65,7 +65,7 @@ SOFA requires some libraries: ``` - **Additional libraries**: libPNG, libJPEG, libTIFF, Glew, Zlib, TinyXML2 - 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. + 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).