bzr-2.5.0

Introduction to Bazaar

Bazaar is a version control system that helps track project history over time and collaborate with others.

This package is known to build and work properly using an LFS-7.2 platform.

Package Information

Required Additional Downloads

Bazaar Dependencies

Required

Python-2.7.5

Optional

OpenSSH-6.2p1, pyCrypto, paramike, and bzrtools

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/bazaar

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: bzr, pyrexc
Installed Libraries: None
Installed Directories: /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.

pyrexc

is a Python-like compiler that is used to create C modules for Python.

Last updated on 2013-02-11 18:51:17 +0000