如何将 LuaPlus 包含到您的项目中?

发布于 2024-11-30 07:36:42 字数 203 浏览 1 评论 0原文

我从这里下载了 Visual2008 文件(http://luaplus.org/projects/luaplus/files),但我不知道如何将其添加到我的项目中。它不像其他库,我只需将 include 目录添加到我的 Visual Studio 文件夹中,并将 bin 添加到我的 system32 或项目文件夹中。也没有头文件。我使用的是 Visual Studio 2010 专业版。

I downloaded the visual2008 file from here(http://luaplus.org/projects/luaplus/files), but I don't know how to add it to my project. It's not like the other libraries where I just had to add the include directory to my Visual Studio folder and the bin to my system32 or project folder. There are no header files either. I'm using Visual Studio 2010 professional.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静若繁花 2024-12-07 07:36:42

我记得第一次下载 LuaPlus 时想到了同样的事情——“标头在哪里?”您要做的只是克隆位于 GitHub 上的存储库并使用它来构建 LuaPlus你自己。作者帮助添加了批处理文件来创建不同的项目文件(包括 VS2010)。然后,您可以使用项目文件来构建 LuaPlus,并且您自然也会拥有标头和文件。源文件也是如此。我不记得它是否已经包含了 Lua 的源代码,或者你是否必须自己手动完成(不过,这只需要一分钟的时间)。

I remember downloading LuaPlus for the first time and thinking the same thing--"Where are the headers?" What you'll want to do is just clone the repository located on GitHub and use that to build LuaPlus yourself. The author helpfully included batch files to create different project files (incl. VS2010). You can then use the project files to build LuaPlus and you'll naturally also have the headers & source files as well. I don't recall if it included Lua's source already or if you have to do it yourself manually (this only takes a minute to do, however).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文