Skip to content

Commit

Permalink
Merge pull request #287 from xlang-foundation/Jit
Browse files Browse the repository at this point in the history
Jit
  • Loading branch information
CantorInGalaxy authored Aug 31, 2024
2 parents 7f8ab9c + 2124612 commit b0904aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ..

#### Linux (Ubuntu):
1. Install prerequisites:
- UUID: `sudo apt-get install uuid-dev`
- UUID(required): `sudo apt-get install uuid-dev`
- OpenSSL (for HTTP plugin): `sudo apt-get install libssl-dev`
- Python3 (optional for Python library integration):
```bash
Expand Down Expand Up @@ -63,9 +63,9 @@ cmake -DCMAKE_BUILD_TYPE=Release ..

#### macOS:
1. Install prerequisites:
- UUID: `brew install ossp-uuid`
- UUID(required): `brew install ossp-uuid`
- OpenSSL (for HTTP plugin): `brew install openssl`
- Turbo-jpeg(optional for image module): 'brew install jpeg-turbo'
- Turbo-jpeg(optional for image module): `brew install jpeg-turbo`

- Python3 (optional for Python library integration):
```bash
Expand Down

0 comments on commit b0904aa

Please sign in to comment.