From 96cd670429c7b087b61bc667f510c4add371160c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sun, 1 Feb 2026 10:10:26 +0100 Subject: [PATCH 1/2] * Mention the lspserver.lpk package --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c84c7f4..6c15f6f 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,11 @@ To build using Lazarus, you need to follow the following steps: You can compile this package in the IDE, but this is not needed: The Lazarus IDE and Lazbuild simply need to know where itis. +* open the `lspserver.lpk` package in Lazarus. It is located in the + [src/serverprotocol](src/serverprotocol) directory. + You can compile this package in the IDE, but this is not needed: The +Lazarus IDE and Lazbuild simply need to know where itis. + * open the `src/standard/pasls.lpi` project file in Lazarus, and compile the program. or use the lazbuid commandline: From 05cd49b2a681a6484da89f7b622df832797c8b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sun, 1 Feb 2026 10:11:35 +0100 Subject: [PATCH 2/2] * Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c15f6f..4208f1d 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,12 @@ To build using Lazarus, you need to follow the following steps: * open the `lspprotocol.lpk` package in Lazarus. It is located in the [src/protocol](src/protocol) directory. You can compile this package in the IDE, but this is not needed: The -Lazarus IDE and Lazbuild simply need to know where itis. +Lazarus IDE and Lazbuild simply need to know where it is located. * open the `lspserver.lpk` package in Lazarus. It is located in the [src/serverprotocol](src/serverprotocol) directory. You can compile this package in the IDE, but this is not needed: The -Lazarus IDE and Lazbuild simply need to know where itis. +Lazarus IDE and Lazbuild simply need to know where it is located. * open the `src/standard/pasls.lpi` project file in Lazarus, and compile the program. or use the lazbuid commandline: