文件操作 - INSTALL
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/pycairo-1.8.10/INSTALL
编辑文件内容
Install Procedure ----------------- Waf --- $ ./waf --help # shows available waf options $ ./waf configure # use '--prefix=PREFIX' if needed $ ./waf build $ ./waf install Unsupported alternative install methods --------------------------------------- GNU Autotools ------------- Using the same install method of install as cairo - GNU autotools. $ python -c "import sys; print sys.prefix" # make a note of the python prefix $ ./configure --prefix=<python_prefix> $ make $ make install # may require superuser access To build from git, use this line instead of the configure line above: $ ./autogen.sh --prefix=<python_prefix> If you're installing to another prefix than the one where Python is installed Python will not be able to find the cairo module until you add $prefix/lib/pythonX.Y/site-packages to the PYTHONPATH variable. Python distutils ---------------- $ python setup.py install Testing ------- See test/README
修改文件时间
将文件时间修改为当前时间的前一年
删除文件