Skip to content

Commit

Permalink
doc: fixed syntex error
Browse files Browse the repository at this point in the history
  • Loading branch information
BIGBEASTISHANK committed Nov 26, 2023
1 parent acb44e2 commit 6694a0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docpages/building/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ sudo chmod 644 /usr/local/lib/libdpp.so.10.0.29 && sudo chmod +x /usr/local/lib/
```

- You need to specify the location for `libdpp.so` when compilling:

```bash
g++ -std=c++17 -I/usr/local/include mydppbot.cpp -o dppbot /usr/local/lib/libdpp.so -Wl,-rpath,/usr/local/lib
```
Expand Down

0 comments on commit 6694a0c

Please sign in to comment.