Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +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 it is located.

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