mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Update README.md
This commit is contained in:
@ -63,7 +63,9 @@ Follow one of the followings to build PhasicFlow for one mode of execution.
|
|||||||
#### Serial build for CPU
|
#### Serial build for CPU
|
||||||
Open a new terminal and enter the following commands:
|
Open a new terminal and enter the following commands:
|
||||||
```
|
```
|
||||||
cd ~/PhasicFlow/phasicFlow/build
|
cd ~/PhasicFlow/phasicFlow
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
cmake ../ -DpFlow_Build_Serial=On
|
cmake ../ -DpFlow_Build_Serial=On
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user