Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jayadamsmorgan committed Mar 27, 2024
1 parent a31a0dd commit 31c3905
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ And don't forget to check [Code of Conduct](CODE_OF_CONDUCT.md).

## Installing and running from source

Install [libjemalloc][libjemalloc]:

(Alternatively, you can comment out benchmarking target in `Package.swift` and skip this step)

```
# macOS (Homebrew)
brew install jemalloc
# Linux
sudo apt install libjemalloc-dev
```

Clone repository and build the project:

```
Expand Down Expand Up @@ -96,6 +108,7 @@ This project could not have been possible without his great work and huge help.
[discord]: https://discord.gg/GTe5JvcT
[community discord]: https://discord.gg/3PufS9Jn
[discord badge]: https://img.shields.io/badge/Discord-purple?logo=Discord&label=Chat&color=%235A64EC
[libjemalloc]: https://github.com/jemalloc/jemalloc
[lsplib]: https://github.com/ChimeHQ/LanguageServerProtocol
[tslib]: https://github.com/ChimeHQ/SwiftTreeSitter
[matts blog]: https://www.massicotte.org/

0 comments on commit 31c3905

Please sign in to comment.