cl-gserver icon indicating copy to clipboard operation
cl-gserver copied to clipboard

Installation instructions

Open slondr opened this issue 3 months ago • 3 comments

Hi, could installation instructions be added to the docs?

I'm not sure how to install. I guessed that maybe I should (ql:quickload :sento), but that gave me some errors:

; caught ERROR:
;   READ error during COMPILE-FILE:
;   
;     Lock on package SB-C violated when interning LAMBDA-PARENT while in package
;     LOG4CL-IMPL.
;   See also:
;     The SBCL Manual, Node "Package Locks"
;   
;     (in form starting at line: 99, column: 0, position: 3779)

debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
#<THREAD tid=8458 "main thread" RUNNING {10048481D3}>:
  COMPILE-FILE-ERROR while
  compiling #<CL-SOURCE-FILE "log4cl" "src" "naming-sbcl">

slondr avatar May 04 '24 23:05 slondr