Skip to content

Commit

Permalink
Added note on compiling on mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Feb 8, 2024
1 parent bc72c29 commit 1476c4a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ tests/*.sh
bugReports
data
*.dep
bugs
inkscape
26 changes: 25 additions & 1 deletion docker/installPHP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,31 @@ cd /var/app/php_src/${SRCFILE}



make -j 4

# For Mac


export PKG_CONFIG_PATH="/opt/homebrew/Cellar/[email protected]/1.1.1s/lib/pkgconfig:$PKG_CONFIG_PATH"

./configure \
--without-pear \
--without-sqlite3 \
--without-pdo-sqlite \
--with-openssl \
--enable-mbstring \
--with-curl \
--with-zip \
--without-iconv \
--prefix=/opt/danack \
--exec-prefix=/opt/danack


./configure --with-imagick=/opt/danack




make -j 20

make install

Expand Down

0 comments on commit 1476c4a

Please sign in to comment.