Skip to content

Commit 03f323c

Browse files
authored
Merge pull request #216 from hugtalbot/202601_update_reference_version_25.12
Update SOFA version for compilation instructions
2 parents 18634c9 + f1f5fab commit 03f323c

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

10_Getting_Started/20_Build/10_Linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,16 @@ as follows:
185185
sofa/
186186
├── build/
187187
│ ├── master/
188-
│ └── v25.06/
188+
│ └── v25.12/
189189
└── src/
190190
└── < SOFA sources here >
191191
```
192192

193193
**First**, checkout the sources from Git repository:
194194

195-
Get the current **stable** version on the v25.06 branch:
195+
Get the current **stable** version on the v25.12 branch:
196196
``` {.bash .stable}
197-
git clone -b v25.06 https://github.com/sofa-framework/sofa.git sofa/src
197+
git clone -b v25.12 https://github.com/sofa-framework/sofa.git sofa/src
198198
```
199199

200200
**OR** get the development **unstable** version on the master branch:

10_Getting_Started/20_Build/20_MacOS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@ as follows:
158158
sofa/
159159
├── build/
160160
│ ├── master/
161-
│ └── v25.06/
161+
│ └── v25.12/
162162
└── src/
163163
└── < SOFA sources here >
164164
```
165165
166166
**First**, checkout the sources from Git repository:
167167
168-
Get the current **stable** version on the v25.06 branch:
168+
Get the current **stable** version on the v25.12 branch:
169169
``` {.bash .stable}
170-
git clone -b v25.06 https://github.com/sofa-framework/sofa.git sofa/src
170+
git clone -b v25.12 https://github.com/sofa-framework/sofa.git sofa/src
171171
```
172172
173173
**OR** get the development **unstable** version on the master branch:

10_Getting_Started/20_Build/30_Windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,16 @@ as follows:
100100
sofa/
101101
├── build/
102102
│ ├── master/
103-
│ └── v25.06/
103+
│ └── v25.12/
104104
└── src/
105105
└── < SOFA sources here >
106106
```
107107
108108
**First**, checkout the sources from Git repository:
109109
110-
Get the current **stable** version on the v25.06 branch:
110+
Get the current **stable** version on the v25.12 branch:
111111
``` {.bash .stable}
112-
git clone -b v25.06 https://github.com/sofa-framework/sofa.git sofa/src
112+
git clone -b v25.12 https://github.com/sofa-framework/sofa.git sofa/src
113113
```
114114

115115
**OR** get the development **unstable** version on the master branch:

0 commit comments

Comments
 (0)