在MonoDevelop中,如何指定生成包时要使用的目标目录?
如果我右键单击“Tarball”项目,然后转到“选项”>“选项”>文件,我看到一些像这样的:
这里有几个问题:
- “pkg-config 文件夹”使用 <代码>/usr/local/lib/pkgconfig,而不是
/usr/lib/pkgconfig
。 MonoDevelop 本身不会在/usr/local/lib/pkgconfig
中查找.pc
文件。 - 这是一个库,所以我不认为我希望它安装在“Program Files”中(它使用
/usr/local/lib/projectname
。我认为它应该放在 GAC 中。
在该对话框中的字段不可编辑。我如何更改这些文件的目标目录?
我在 Ubuntu Lucid 上运行 MonoDevelop 2.2。
If I right click on the "Tarball" project, and go to Options > Files, I see some like this:
There are a couple of problems here:
- "pkg-config folder" uses
/usr/local/lib/pkgconfig
, instead of/usr/lib/pkgconfig
. MonoDevelop itself doesn't look in/usr/local/lib/pkgconfig
for.pc
files. - This is a library, so I don't think I want it installed in "Program Files" (which uses
/usr/local/lib/projectname
. I think it should go in the GAC instead.
In this dialog, the fields are not editable. How can I change the target directory for these files?
I am running MonoDevelop 2.2 on Ubuntu Lucid.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论