隔离的开发环境
我想请求推荐具有以下基本要求的开发环境:
- 在最近的 Fedora(例如 13 或 14)GNU/linux 发行版上
- 开发 gtk+ 应用程序,与 C
- 隔离(文件的安装不应影响主系统的系统文件) )
- 允许对整个开发文件进行廉价快照
到目前为止,我能想到的唯一两个选项是 chroot Jail 和虚拟化来宾。我很难让 chroot Jail 与 dbus 一起正常工作(最终使用 btrfs 对我的整个系统进行快照)。还用了最近的VirtualBox,最近感觉特别迟钝。
我真的很想知道这里的开发人员使用什么作为他们的开发环境。
I'd like to ask for recommendations for a development environment with the following basic requirements:
- on recent Fedora (e.g. 13 or 14) GNU/linux distribution
- developing gtk+ apps with C
- isolated (installation of files shouldn't affect the main system's system files)
- allows for cheap snapshot of the entire development files
So far, the only two options I can think of are chroot jail and virtualized guest. I had a very hard time to get chroot jail to work properly with dbus (ended up snapshotting my entire system using btrfs). Also used recent VirtualBox which feels extra sluggish recently.
I would really like to know what the devs here use as their development environment.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我个人使用两个虚拟化 OpenBSD(仅限 CLI)和 Debian(带 GUI)环境进行备份,因此我只需在需要时将它们清除即可。我使用 VirtualBox 或 VMWare。
I personally use two virtualized OpenBSD (CLI only) and Debian (w/ GUI) environments with backups, so I just wipe them clean when I need too. I use VirtualBox or VMWare.