Skip to content

Commit

Permalink
docs: specify all required dependencies for generating grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMyst authored May 16, 2024
1 parent cb84301 commit 47f1b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ dotnet user-secrets set JwtSecret "..."

the client is written with sveltekit, so install node and npm (or yarn).

you will also need ruby (including the ruby-dev or ruby-devel package), ruby bundler and docker installed to be able to generate the grammars for all the languages, which is done by running `generate-grammars.sh`.
here is the list of packages you need to install on ubuntu to generate the grammar files for all the languages: `ruby`, `ruby-dev`, `ruby-bundler`, `docker`, `libssl-dev`, `build-essentials`, `cmake`, `libzip-dev`, `libicu-dev`, `pkg-config`.

then to generate the grammar files, run the `generate-grammars.sh` script.

install all dependencies:

Expand Down

0 comments on commit 47f1b87

Please sign in to comment.