Skip to content

Commit 80064e2

Browse files
authored
Merge pull request #153 from genericptr/152-build-instructions-lspserver
* Mention the lspserver.lpk package
2 parents b182189 + 05cd49b commit 80064e2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,12 @@ To build using Lazarus, you need to follow the following steps:
8080
* open the `lspprotocol.lpk` package in Lazarus. It is located in the
8181
[src/protocol](src/protocol) directory.
8282
You can compile this package in the IDE, but this is not needed: The
83-
Lazarus IDE and Lazbuild simply need to know where itis.
83+
Lazarus IDE and Lazbuild simply need to know where it is located.
84+
85+
* open the `lspserver.lpk` package in Lazarus. It is located in the
86+
[src/serverprotocol](src/serverprotocol) directory.
87+
You can compile this package in the IDE, but this is not needed: The
88+
Lazarus IDE and Lazbuild simply need to know where it is located.
8489

8590
* open the `src/standard/pasls.lpi` project file in Lazarus, and compile the
8691
program. or use the lazbuid commandline:

0 commit comments

Comments
 (0)