Update README.md
This commit is contained in:
parent
8022299e0d
commit
d94abcfaa6
|
@ -63,7 +63,9 @@ Follow one of the followings to build PhasicFlow for one mode of execution.
|
|||
#### Serial build for CPU
|
||||
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
|
||||
make install
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue