如何构建portableapps项目
我想从源代码在 Windows 上构建这个项目。 http://sourceforge.net/projects/portableapps/
我已经下载了源代码。但我不知道如何构建它。
编辑 - - - - - 其实我下载了源代码。但是,我不知道必须使用哪种软件来打开/构建源代码。 例如,对于 .NET 项目,我会使用 Visual Studio。我需要知道这个项目需要哪个IDE
I want to build this project on windows from source code.
http://sourceforge.net/projects/portableapps/
I have downloaded the source code. But I have no idea how to build it.
EDIT---------
Actually I downloaded the source codes. But, I don't know using which software I have to open/build the source.
For example, for .NET projects, I would use Visual Studio. I need to know which IDE is required for this project
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您指的是启动器,则可以找到源 在这里。我能够从源代码构建 2.0 beta 5。我运行它时出错,但没有进一步调查。
我不得不说,这个项目的源代码隐藏得很好。 此博文中的评论表明最新版本需要 Delphi XE。如果您使用的是早期版本,这可能是问题所在。否则,您需要更具体地了解出了什么问题。
If you mean the launcher, then the source can be found here. I was able to build 2.0 beta 5 from source. I got an error running it, but didn't investigate further.
I have to say, the source code for this project is pretty well hidden. A comment in this blog post suggests that the latest version requires Delphi XE. If you are using an earlier version, this could be the problem. Otherwise, you'll need to be more specific about what's going wrong.