Skip to content

Commit 2abe5a8

Browse files
committed
Update CLion pixi description for Windows
1 parent bb74c14 commit 2abe5a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gettingstarted/CLion.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ If you choose to use Pixi to get the dependencies then you need to configure a C
1919
2. Go to Settings → Build, Execution, Deployment → Toolchains.
2020
3. Create a new "System" toolchain.
2121
4. Click on "Add environment" and select "From file".
22-
5. Enter the location of the `pixi-default.bash` script in the "Environment file" field. The file can be found in the FreeCAD repository in contrib/clion/pixi
22+
5. Enter the location of the `pixi-default.bat` for Windows or otherwise the `pixi-default.bash` script in the "Environment file" field. The file can be found in the FreeCAD repository in contrib/clion/pixi
2323

2424
![PixiPict1](./resources/CLionPixi1.png)
2525

2626
6. Go to Settings → Build, Execution, Deployment → CMake.
2727
7. Select the "conda-[your os]-debug" or "conda-[your os]-release" preset and duplicate it.
2828
8. Enable the duplicated profile and assign the created toolchain to this profile.
29+
9. If on Windows, you also need to select the Visual Studio generator.
2930

3031
![PixiPict2](./resources/CLionPixi2.png)
3132

0 commit comments

Comments
 (0)