File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
docs/Installation/Standlone-installation Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,20 @@ Standalone Installation
14
14
15
15
2. Compile Xmipp. You have two options:
16
16
17
+ **Option 1: ** Compile using the Scipion environment. This method installs Xmipp with dependencies managed by Scipion and is the recomended way.
17
18
18
- ** Option 1: ** Compile using the Scipion environment. This method installs Xmipp with dependencies managed by Scipion and is the recomended way.
19
+ .. code-block :: bash
19
20
20
- .. code-block :: bash
21
-
22
- scipion3 run ./xmipp
21
+ scipion3 run ./xmipp
23
22
24
23
25
- **Option 2: ** Compile the Xmipp alone. This method installs Xmipp with the required dependencies and versions defined by your environment or defaults.
24
+ **Option 2: ** Compile the Xmipp alone. This method installs Xmipp with the required dependencies and versions defined by your environment or defaults.
26
25
27
- .. code-block :: bash
26
+ .. code-block :: bash
28
27
29
- ./xmipp
28
+ ./xmipp
30
29
31
- Both methods only compile Xmipp. Linking it to Scipion is explained in the next section.
30
+ Both methods only compile Xmipp. Linking it to Scipion is explained in the next section.
32
31
33
32
3. For additional details about the compilation process, run:
34
33
You can’t perform that action at this time.
0 commit comments