You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gettingstarted/CLion.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,14 @@ If you choose to use Pixi to get the dependencies then you need to configure a C
19
19
2. Go to Settings → Build, Execution, Deployment → Toolchains.
20
20
3. Create a new "System" toolchain.
21
21
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
23
23
24
24

25
25
26
26
6. Go to Settings → Build, Execution, Deployment → CMake.
27
27
7. Select the "conda-[your os]-debug" or "conda-[your os]-release" preset and duplicate it.
28
28
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.
0 commit comments