Skip to content

Commit 5c593cd

Browse files
authored
Merge pull request #39 from thehaung-zz/notice-redhat-err
docs(pre-install): add tutorial for ubuntu & fedora user
2 parents b0e1446 + 507a6cc commit 5c593cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ A simple CRUD backend app using Actix-web, Diesel and JWT
1212

1313
Or using [Docker](https://www.docker.com/)
1414

15+
P/s: On Linux distro maybe got error like "= note: /usr/bin/ld: cannot find -lsqlite3"
16+
- Fedora/CentOS
17+
- Step 1: Find lib by command yum list '*sqlite*'
18+
- Step 2: Run command sudo dnf/yum install libsqlite3x.x86_64 libsqlite3x-devel.x86_64
19+
- Ubuntu/Ubuntu Server
20+
- Step 1: Run command sudo apt-get install libsqlite3-dev libpq-dev
21+
1522
## How to run
1623

1724
### Manual

0 commit comments

Comments
 (0)