Skip to content

Commit 00d0be2

Browse files
committed
chore: update readme
1 parent 06c3397 commit 00d0be2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@ If you don't have git, you can download the source code as a file archive from [
3838
- **On Linux, and Windows:**
3939

4040
```bash
41-
make build-example-server CMAKE_EXTRA_FLAGS=""
41+
make build-example-server CMAKE_EXTRA_FLAGS="-DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_COMMON=ON"
4242
```
4343

4444
- **On MacOS with Apple Silicon:**
4545

4646
```bash
47-
make build-example-server CMAKE_EXTRA_FLAGS="-DGGML_METAL_EMBED_LIBRARY=ON"
47+
make build-example-server CMAKE_EXTRA_FLAGS="-DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_COMMON=ON -DGGML_METAL_EMBED_LIBRARY=ON"
4848
```
4949

5050
- **On MacOS with Intel processors:**
5151

5252
```bash
53-
make build-example-server CMAKE_EXTRA_FLAGS="-DGGML_METAL=OFF"
53+
make build-example-server CMAKE_EXTRA_FLAGS="-DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_COMMON=ON -DGGML_METAL=OFF"
5454
```
5555

5656
- **On Linux with CUDA:**
5757

5858
```bash
59-
make build-example-server CMAKE_EXTRA_FLAGS="-DGGML_CUDA=ON"
59+
make build-example-server CMAKE_EXTRA_FLAGS="-DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_COMMON=ON -DGGML_CUDA=ON"
6060
```
6161

6262
# Quickstart

0 commit comments

Comments
 (0)