如何将buildapp与预定义的asd文件一起使用 [英] How to use buildapp with a pre-defined asd file

查看:80
本文介绍了如何将buildapp与预定义的asd文件一起使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我打算使用 buildapp 从我的Lisp代码中获取可执行文件,但是我不明白如何为项目指定我的.asd文件来加​​载代码。

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

但是首页提供的示例并未涵盖我认为相等的调用,所有示例调用看起来都像一个整个asdf定义本身。对于整个项目来说,这有点大,尤其是因为我已经获得了整个项目的定义(使用asdf)。

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).

因此:有没有办法使用buildapp提供的虚构示例调用?

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

推荐答案

buildapp --load-path / path / to / project --load-system项目应该可以解决问题。

这篇关于如何将buildapp与预定义的asd文件一起使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆