From a14c3fcffc30c696771c28861b96d3b128957811 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 6 Feb 2023 20:53:27 -0800 Subject: Install libiodbc and postgres --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'RELEASE.md') diff --git a/RELEASE.md b/RELEASE.md index d8be92eb..e0c3921f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -155,9 +155,10 @@ In order to make a universal2 binary, you must run this one a Mac with Apple Sil Set up the VM like this: - Install [Homebrew](https://brew.sh/) -- `brew install create-dmg` +- `brew install create-dmg libiodbc` - Install the latest Python 3.10 from https://www.python.org/downloads/ - Install ARM64 version of Go from https://go.dev/dl/ +- Install "Postgres.app with PostgreSQL 14 (Universal)" from https://postgresapp.com/downloads.html (required for cx_Freeze build step) ```sh cd desktop -- cgit v1.2.3-54-g00ecf