...
Warning |
---|
If you experience problem with your installation, and need fix your install of QT,Python,Boost, then it is VERY important that you delete the build directory and start cmake build again. (This is because cmake keeps a cache of your configuration) Code Block |
---|
language | bash |
---|
title | Always remember to delete build directory if there is a change in system configuration |
---|
| cd $WK | # use whatever configuration you used before |
...
# use whatever configuration you used before |
|
To use the ecFlow Python Api , you need to add/change PYTHONPATH .
...