We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b22b2 commit 7fab1aeCopy full SHA for 7fab1ae
Documentation/COMPILING
@@ -8,6 +8,15 @@ A. Configure Qt for Android.
8
B. Open biblioteq.android.pro in Qt Creator for ARM32 and ARM64.
9
C. Build.
10
11
+MacOS Apple Silicon
12
+
13
+A. Install Homebrew via https://brew.sh.
14
+B. Install Qt via Homebrew.
15
+C. Install PostgreSQL via https://formulae.brew.sh/formula/libpq.
16
+D. > qmake -o Makefile biblioteq.macos.pro
17
+ > make
18
+ > make dmg
19
20
MacOS Intel
21
22
A. Install the newest Qt LTS via Qt's online installer.
0 commit comments