diff --git a/sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md b/sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md index 2f6fa83530..41dbf888ba 100644 --- a/sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md +++ b/sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md @@ -45,6 +45,8 @@ build ### Packaging +**Note:** If you make changes to the driver code or CMake project files, re-run the `build_windows_.sh` script before running the following command. + ``` msbuild .\build\odbc\PACKAGE.vcxproj -p:Configuration=Release ``` @@ -87,6 +89,8 @@ build ### Packaging +**Note:** If you make changes to the driver code or CMake project files, re-run the `build_mac_.sh` script before running the following command. + ``` cd cmake-build64/ cpack .