Skip to content

Commit a976e98

Browse files
committed
Updated README.
1 parent f55fad6 commit a976e98

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ On Linux:
2020
# apt-get install sqlite3 libsqlite3-0 libsqlite3-dev
2121
```
2222

23+
Or, build SQLite 3 from source:
24+
25+
```
26+
$ git clone --depth 1 https://github.com/sqlite/sqlite.git
27+
$ cd sqlite/
28+
$ ./configure
29+
$ make
30+
$ sudo make install
31+
```
32+
2333
Then, clone the GitHub repository:
2434

2535
```

0 commit comments

Comments
 (0)