Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
titleAlways remember to delete build directory if there is a change in system configuration
cd $WK

rm -rf build

mkdir build; cd build

cmake ..
      # use whatever configuration  you used before

 

...

      # use whatever configuration  you used before

To use the ecFlow Python Api , you need to add/change PYTHONPATH . 

...