From 72677618d549d1f7f6343a7d66b03bb5df7c3bd6 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 14 May 2022 02:43:37 +0800 Subject: [PATCH] Update tutorial README for required build dependencies. Forwarded: No, Debian specific Gbp-Pq: Name 52-tutorial-README.patch --- src/tutorial/README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tutorial/README b/src/tutorial/README index b137cdf..be070c5 100644 --- a/src/tutorial/README +++ b/src/tutorial/README @@ -6,8 +6,7 @@ tutorial This directory contains SQL tutorial scripts. To look at them, first do a % make to compile all the scripts and C files for the user-defined functions -and types. (make needs to be GNU make --- it may be named something -different on your system, often 'gmake') +and types. This requires a postgresql-server-dev-* package to be installed. Then, run psql with the -s (single-step) flag: % psql -s