Skip to content

Commit

Permalink
Update stable branch v24.06
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Jun 24, 2024
1 parent 65da475 commit 9818ae7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 10_Getting_Started/20_Build/10_Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,16 +178,16 @@ as follows:
sofa/
├── build/
│ ├── master/
│ └── v23.12/
│ └── v24.06/
└── src/
└── < SOFA sources here >
```

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

Get the current **stable** version on the v23.06 branch:
Get the current **stable** version on the v24.06 branch:
``` {.bash .stable}
git clone -b v23.12 https://github.com/sofa-framework/sofa.git sofa/src
git clone -b v24.06 https://github.com/sofa-framework/sofa.git sofa/src
```

**OR** get the development **unstable** version on the master branch:
Expand Down
6 changes: 3 additions & 3 deletions 10_Getting_Started/20_Build/20_MacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,16 @@ as follows:
sofa/
├── build/
│ ├── master/
│ └── v23.06/
│ └── v24.06/
└── src/
└── < SOFA sources here >
```
**First**, checkout the sources from Git repository:
Get the current **stable** version on the v23.06 branch:
Get the current **stable** version on the v24.06 branch:
``` {.bash .stable}
git clone -b v23.12 https://github.com/sofa-framework/sofa.git sofa/src
git clone -b v24.06 https://github.com/sofa-framework/sofa.git sofa/src
```
**OR** get the development **unstable** version on the master branch:
Expand Down
6 changes: 3 additions & 3 deletions 10_Getting_Started/20_Build/30_Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ as follows:
sofa/
├── build/
│ ├── master/
│ └── v23.21/
│ └── v24.06/
└── src/
└── < SOFA sources here >
```
**First**, checkout the sources from Git repository:
Get the current **stable** version on the v23.06 branch:
Get the current **stable** version on the v24.06 branch:
``` {.bash .stable}
git clone -b v23.12 https://github.com/sofa-framework/sofa.git sofa/src
git clone -b v24.06 https://github.com/sofa-framework/sofa.git sofa/src
```

**OR** get the development **unstable** version on the master branch:
Expand Down

0 comments on commit 9818ae7

Please sign in to comment.