%general-entities; ]> $LastChangedBy$ $Date$ bzr-&bazaar-version; Bazaar Introduction to Bazaar Bazaar is a version control system that helps track project history over time and collaborate with others. &lfs71_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &bazaar-md5sum; Download size: &bazaar-size; Estimated disk space required: &bazaar-buildsize; Estimated build time: &bazaar-time; Required Additional Downloads Pyrex-0.9.9 (http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/) Bazaar Dependencies Required Optional , pyCrypto, paramike, and bzrtools User Notes: Installation of Bazaar Install Bazaar by first installing a required package. tar -xf ../Pyrex-0.9.9.tar.gz Now, as the root user: pushd Pyrex-0.9.9 && python setup.py install && install -v -m755 -d /usr/share/doc/Pyrex && cp -v -R Doc/* /usr/share/doc/Pyrex && popd Continue with installing the main package as the root user: python setup.py install Contents Installed Programs Installed Directories bzr, pyrexc /usr/share/doc/Pyrex, /usr/lib/python2.7/site-packages/bzrlib Short Descriptions bzr is a command-line client program used to access bcr repositories. bzr pyrexc is a Python-like compiler that is used to create C modules for Python. pyrexc