File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ EchoLite bridges this gap by providing a secure proxy layer that enables network
1414
1515Download 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
1923Make sure you have the Rust toolchain installed ([ rustup] ( https://rustup.rs/ ) ):
@@ -25,13 +29,13 @@ cd echolite
2529
2630# Build release version
2731cargo build --release
32+
33+ # If you need to dynamically link SQLite
34+ cargo build --release --no-default-features
2835```
2936
3037After 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
You can’t perform that action at this time.
0 commit comments