File tree Expand file tree Collapse file tree
10_Getting_Started/20_Build Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,16 +185,16 @@ as follows:
185185sofa/
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:
Original file line number Diff line number Diff line change @@ -158,16 +158,16 @@ as follows:
158158sofa/
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:
Original file line number Diff line number Diff line change @@ -100,16 +100,16 @@ as follows:
100100sofa/
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:
You can’t perform that action at this time.
0 commit comments