We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0e1446 + 507a6cc commit 5c593cdCopy full SHA for 5c593cd
README.md
@@ -12,6 +12,13 @@ A simple CRUD backend app using Actix-web, Diesel and JWT
12
13
Or using [Docker](https://www.docker.com/)
14
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
+
22
## How to run
23
24
### Manual
0 commit comments