mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Install libiodbc and postgres
This commit is contained in:
parent
06aac69087
commit
a14c3fcffc
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -187,6 +187,15 @@ jobs:
|
|||||||
./scripts/build-pt-meek.sh
|
./scripts/build-pt-meek.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Install cx_Freeze/PySide6 build dependencies
|
||||||
|
run: |
|
||||||
|
brew install libiodbc
|
||||||
|
cd ~/Downloads
|
||||||
|
curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.5.12/Postgres-2.5.12-14.dmg
|
||||||
|
hdiutil attach Postgres-2.5.12-14.dmg
|
||||||
|
cp -r /Volumes/Postgres-2.5.12-14/Postgres.app /Applications/
|
||||||
|
hdiutil detach /Volumes/Postgres-2.5.12-14
|
||||||
|
|
||||||
- name: Build OnionShare
|
- name: Build OnionShare
|
||||||
run: |
|
run: |
|
||||||
cd desktop
|
cd desktop
|
||||||
|
@ -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:
|
Set up the VM like this:
|
||||||
|
|
||||||
- Install [Homebrew](https://brew.sh/)
|
- 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 the latest Python 3.10 from https://www.python.org/downloads/
|
||||||
- Install ARM64 version of Go from https://go.dev/dl/
|
- 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
|
```sh
|
||||||
cd desktop
|
cd desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user