Skip to content

Commit

Permalink
Update README.md remove dangerous --parallel switch
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Mar 4, 2024
1 parent 7ff0aa1 commit 69c4fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ git submodule update --init --recursive
mkdir build
cd build
cmake .. -DWITH_QE_SHVAPI=ON -DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_PREFIX_PATH:PATH=/home/fanda/app/qt5/6.6.2/gcc_64
cmake --build . --parallel
cmake --build .
cmake --install . --prefix /path/to/install/qe3
```

Expand Down

0 comments on commit 69c4fc4

Please sign in to comment.