How to use buildapp with a pre-defined asd file

早过忘川 提交于 2019-12-14 01:36:03

问题


I intend to use buildapp for getting executables out of my lisp-code, but I do not understand how I can specify my .asd file for the project, for loading up the code.

I imagined some call like:

buildapp --asdf-file:/path/to/projectasdffile.asd \
         --entry-point package:main

But the examples provided by the homepage do not cover a call I recognize as equal, all the example calls look like a whole asdf definition itself. This would be a bit big for a whole project, especially as I already got a whole project definition (using asdf).

Therefore: Is there a way to use buildapp like the imaginary example call provided?


回答1:


buildapp --load-path /path/to/project --load-system project should do the trick.



来源:https://stackoverflow.com/questions/11208251/how-to-use-buildapp-with-a-pre-defined-asd-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!