Skip to content

Commit 9d4b7fa

Browse files
author
Martin Köditz
authored
Update Readme. Added section for Linux Mint20.
1 parent 2477859 commit 9d4b7fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ For OpenSuse 15.1 use
1111
$ zypper in php7-devel libfbclient2 libfbclient-devel
1212
```
1313

14+
The command in Linux Mint 20 is
15+
```
16+
sudo apt-get install php-dev firebird-dev firebird3.0 firebird3.0-common firebird3.0-server
17+
```
18+
1419
Now make sure you provide the fbclient.so and the header files (ibase.h). These are needed to compile. You can specify the include path for the ibase.h file with CPPFLAGS as you can see in the following listing.
1520
```
1621
$ git clone https://github.com/FirebirdSQL/php-firebird.git

0 commit comments

Comments
 (0)