Skip to content

Commit

Permalink
chore: Removed useless pcre steps from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed Jan 23, 2025
1 parent 17621c0 commit 8ba80e8
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A small/lightweight statically typed scripting language written in Zig
- [Fibers](#fibers)
- JIT compilation with [MIR](https://github.com/vnmakarov/mir)
- Tooling
- [Generate doc from docblocks (in progress)](https://github.com/buzz-language/buzz/blob/main/doc/index.md)
- Generate doc from docblocks (planned)
- [VS Code extension](https://marketplace.visualstudio.com/items?itemName=giann.buzz)
- Syntax highlighting
- LSP (in progress)
Expand All @@ -42,18 +42,7 @@ _Latest zig version supported: 0.14.0-dev.2643+fb43e91b2_
### Build
1. Clone the project: `git clone https://github.com/buzz-language/buzz <buzz_dir>`
2. Checkout submodules: `git submodule update --init`
3. Copy `pcre2_chartables`:
```bash
ln -s vendors/pcre2/src/pcre2_chartables.c.dist vendors/pcre2/src/pcre2_chartables.c
```
3. Configure pcre2:
```bash
cd vendors/pcre2
./autogen.sh
./configure
cd ../..
```
4. Have fun: `zig build run -- <myscript.buzz>` to run a script or `zig build run` to start the REPL
3. Have fun: `zig build run -- <myscript.buzz>` to run a script or `zig build run` to start the REPL

### Install

Expand Down

0 comments on commit 8ba80e8

Please sign in to comment.