Skip to content

Commit da83801

Browse files
authored
Update README.md
1 parent 35263f3 commit da83801

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

examples/web_app_graphql/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,20 @@ query {
4141
}
4242
}
4343
```
44+
45+
### Errors
46+
47+
Incase you run into the following error:
48+
49+
```bash
50+
= note: ld: library not found for -lpq
51+
clang: error: linker command failed with exit code 1 (use -v to see invocation)
52+
```
53+
54+
Run:
55+
56+
```bash
57+
sudo apt install libpq-dev
58+
```
59+
60+
This should fix the error

0 commit comments

Comments
 (0)