Update README.md

This commit is contained in:
hamidrezanorouzi 2022-09-02 19:43:35 +04:30 committed by GitHub
parent 8022299e0d
commit d94abcfaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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
``` ```