From 57082319065560da6b3cb4c1591336e5d623092a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= <41448637+mkgrgis@users.noreply.github.com> Date: Sun, 1 Jan 2023 12:51:44 +0300 Subject: [PATCH 1/2] Add Ubuntu/debian note for configure script --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 011ae20..9c9e278 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ need to be installed as separate packages (e.g. `firebird-devel`). make make install -The standard configuration options can be specified. +The standard configuration options can be specified. For debian/ubuntu family will be useful `./configure --prefix='/usr'` for usual `/usb/lib` location. Additionally two custom options are available From 766527a76a8426f74e01f6d61a3dc4818e693355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= <41448637+mkgrgis@users.noreply.github.com> Date: Tue, 10 Jan 2023 08:15:25 +0300 Subject: [PATCH 2/2] Fix typo --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9c9e278..340aaed 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ need to be installed as separate packages (e.g. `firebird-devel`). make make install -The standard configuration options can be specified. For debian/ubuntu family will be useful `./configure --prefix='/usr'` for usual `/usb/lib` location. +The standard configuration options can be specified. For debian/ubuntu family will be useful `./configure --prefix='/usr'` for usual `/usr/lib` location. Additionally two custom options are available