Perl SDL Windows 安装
我使用的是 Windows,我需要 SDL 库才能开始将 SDL 与 Perl 结合使用。我已被指向 http://www.libsdl.org/ 下载它。我的第一个问题是,我想从该页面获得哪个库?有 3 个可供选择...
然后此页面向我指出了 4 个其他 SDL 扩展:http://arstechnica.com/gaming/news/2006/02/games-perl.ars。我发现其中有一个普通的 Win32 版本,也有一个开发版本。我想要哪个?
谢谢。
I'm using Windows and I need the SDL Library to start using SDL with Perl. I've been pointed to http://www.libsdl.org/ to download it. My first queston is, which library do I want from that page? There's 3 to choose from...
Then I've been pointed to 4 other SDL extensions by this page: http://arstechnica.com/gaming/news/2006/02/games-perl.ars. From those I've found there's a normal Win32 version and also a devel one. Which do I want?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我进入了 SDL IRC 聊天。似乎最好的方法不是安装 SDL,而是安装 Perl 模块 Alien::SDL。
Alright, I went on the SDL IRC chat. Seems the best way to do it is not to install SDL, but to install the Perl module Alien::SDL.