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: doc/mdDocs/howToBuild-V1.0.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,26 +5,29 @@ You can build PhasicFlow for CPU or GPU. You can have a single build or oven mul
5
5
If you want to install PhasicFlow on **Windows OS**, just see [this page](https://www.cemf.ir/installing-phasicflow-v-1-0-on-ubuntu/) for more information.
6
6
7
7
# Required packages
8
+
8
9
You need a list of packages installed on your computer before building PhasicFlow:
10
+
9
11
* git, for cloning the code and package management
10
12
* g++, for compiling the code
11
13
* cmake, for generating build system
12
14
* Cuda-12.x or above (if GPU is targeted), for compiling the code for CUDA execution.
13
15
14
-
15
16
### Installing packages
16
-
Execute the following commands to install the required packages (Except Cuda). tbb is installed automatically.
17
+
18
+
Execute the following commands to install the required packages (Except Cuda). tbb is installed automatically.
17
19
18
20
```bash
19
21
sudo apt update
20
22
sudo apt install -y git g++ cmake cmake-qt-gui
21
23
```
22
-
23
24
24
25
### Installing Cuda for GPU execution
25
-
If you want to build PhasicFlow to be executed on an nvidia-GPU, you need to install the latest version of Cuda compiler (Version 12.x or above), which is compatible with your hardware and OS, on your computer.
26
+
27
+
If you want to build PhasicFlow to be executed on an nvidia-GPU, you need to install the latest version of Cuda compiler (Version 12.x or above), which is compatible with your hardware and OS, on your computer.
26
28
27
29
# How to build?
30
+
28
31
Here you will learn how to build PhasicFlow for single execution mode. Follow the steps below to install it on your computer.
0 commit comments