Skip to content

Commit bcf5341

Browse files
committed
Update README.md
1 parent f74638e commit bcf5341

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ EchoLite bridges this gap by providing a secure proxy layer that enables network
1414

1515
Download pre-compiled binaries for your operating system from the [Releases](https://github.com/DataflareApp/echolite/releases) page.
1616

17+
> [!NOTE]
18+
> Names containing `dynamic` = dynamically linked SQLite
19+
> Names containing `static` = statically linked SQLite
20+
1721
### Compile from Source
1822

1923
Make sure you have the Rust toolchain installed ([rustup](https://rustup.rs/)):
@@ -25,13 +29,13 @@ cd echolite
2529

2630
# Build release version
2731
cargo build --release
32+
33+
# If you need to dynamically link SQLite
34+
cargo build --release --no-default-features
2835
```
2936

3037
After compilation, the binary file is located at `target/release/echolite`.
3138

32-
> [!NOTE]
33-
> EchoLite statically links SQLite, so you don't need to install SQLite separately on your system.
34-
3539
## Usage
3640

3741
### Basic Usage

0 commit comments

Comments
 (0)