fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
776 stars 62 forks source link

Readme needs some additional notes #4

Closed upwardindex closed 3 years ago

upwardindex commented 12 years ago

If you follow the steps to create a skeleton project and try to run it, you encounter two problems.

  1. cffi/uffi-compat fails to compile. That is because the version in quicklisp is too old.
  2. libsqlite3 fails to load.

I suggest that you add two notes. A note mentionning that you should have libsqlite3-dev installed and another note mentionning that people should clone cffi git repo directly to have the lastest version.

With these two changes, everything works well.

fukamachi commented 12 years ago

Which implementation are you using?

vindarel commented 3 years ago

that's old, close?