Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
added SQLITE=ON to the build command line
  • Loading branch information
ajkhattak authored Jan 19, 2024
1 parent cf9882c commit 941f092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ See general [instructions](https://github.com/NOAA-OWP/ngen/wiki/NGen-Tutorial#r
- make -C extern/iso_c_fortran_bmi/cmake_build
- #### build ngen
- cmake -B cmake_build -S . -DNGEN_WITH_BMI_C=ON -DNGEN_WITH_BMI_FORTRAN=ON -DNGEN_WITH_PYTHON=ON
-DNGEN_WITH_SQLITE=ON
- make -j4 -C cmake_build
- #### CFE
- git submodule update --remote extern/cfe/cfe
Expand Down

0 comments on commit 941f092

Please sign in to comment.