Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
clarify that re-build might be required for packaging steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanw-bq committed Jan 26, 2021
1 parent dc801de commit bc119b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql-odbc/docs/dev/BUILD_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ build

### Packaging

**Note:** If you make changes to the driver code or CMake project files, re-run the `build_windows_<config><bitness>.sh` script before running the following command.

```
msbuild .\build\odbc\PACKAGE.vcxproj -p:Configuration=Release
```
Expand Down Expand Up @@ -87,6 +89,8 @@ build

### Packaging

**Note:** If you make changes to the driver code or CMake project files, re-run the `build_mac_<config><bitness>.sh` script before running the following command.

```
cd cmake-build64/
cpack .
Expand Down

0 comments on commit bc119b1

Please sign in to comment.