clearloop / leetcode-cli

May the code be with you 👻
MIT License
308 stars 49 forks source link

Unable to build, something related to sqlite3. #152

Closed routerdieb closed 3 months ago

routerdieb commented 3 months ago

note: /usr/bin/ld: cannot find -lsqlite3: No such file or directory collect2: error: ld returned 1 exit status

I am trying to build this under wsl (Ubuntu), and i have an install sqlite3 on it. SQLite version 3.37.2 The following file contains the detailed message. build_message.txt

routerdieb commented 3 months ago

I needed to install sqlite3 and libsqlite3-dev on Ubuntu.