Skip to content

Commit af86fcd

Browse files
committed
Updated build instructions in the readme
1 parent f667172 commit af86fcd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ Pre-built packages are available for **amd64**, **i386**, and **arm64** architec
6464
- `g++`
6565
- `antlr4`
6666
- Antlr4 C++ runtime
67+
68+
Language server-specific prerequisites:
6769
- `nlohmann-json3-dev`
70+
- `libfrozen-dev`
6871

6972
Optional:
7073
- `pandoc` and `perl` for building the documentation
@@ -74,13 +77,13 @@ On Debian-based systems, you can install the prerequisites with:
7477

7578
```bash
7679
$ sudo apt update
77-
$ sudo apt install build-essential antlr4 libantlr4-runtime-dev pandoc perl debhelper nlohmann-json3-dev
80+
$ sudo apt install build-essential antlr4 libantlr4-runtime-dev pandoc perl debhelper nlohmann-json3-dev libfrozen-dev
7881
```
7982

8083
#### Building
8184

8285
```bash
83-
$ make # Build the Bash++ compiler, which can then be found at bin/bpp
86+
$ make # Build the Bash++ compiler and language server, bin/bpp and bin/bpp-lsp
8487
$ make manual # Build the manpages, which can then be found under debian/
8588
$ make test # Run the test suite to verify the compiler works correctly
8689
```

0 commit comments

Comments
 (0)