我刚刚在我的电脑上安装了ubuntu,现在我想浏览一些代码。作为起点,我想看看GLCells屏幕保护程序的源代码
如何/在哪里可以找到GLCells的源代码。一般情况下,如何找到ubuntul OS发行版的源代码?
发布于 2010-03-02 13:08:21
sudo apt-get build-dep xscreensaver # Install the libraries and the tools needed
apt-get source xscreensaver # Download the sources
cd xscreensaver-5.10
(make changes to code)
dpkg-buildpackage -rfakeroot # Build a .deb
sudo gdebi ../xscreensaver*.deb # Install the package为了避免每次更改后都必须完全重新编译,请按照此处的说明进行操作:http://www.debian.org/doc/maint-guide/ch-build.en.html
发布于 2010-03-02 13:17:13
XScreenSaver捆绑了GLCells,源码可以从这里下载:
http://www.jwz.org/xscreensaver/download.html
ISO格式的Ubuntu源CD在这里(包括CD Burning Guide):
http://cdimages.ubuntu.com/releases/9.10/release/source/
发布于 2010-03-02 13:09:35
ubuntu repository怎么样?
https://stackoverflow.com/questions/2361013
复制相似问题