Y
Hacker News
new
|
ask
|
show
|
jobs
by
notorious-dto
1686 days ago
Thank you. I should also add a link to the source of the underlying game engine:
https://gitlab.com/dto/xelf
1 comments
WalterGR
1686 days ago
Thanks. I was just looking for your project's dependencies. It looks like xelf is the only one?
link
notorious-dto
1686 days ago
Yes. The stuff Xelf depends on can be installed through Quicklisp, check the xelf.asd file if you need to install them through some other procedure and the names are in there. Enjoy!
link
WalterGR
1686 days ago
In case anyone else is curious, here's xelf's .asd:
https://gitlab.com/dto/xelf/-/blob/master/xelf.asd
link
notorious-dto
1686 days ago
There are additional Lisp build instructions at:
https://gitlab.com/dto/danceball/-/blob/main/INSTALL
link