1234567891011121314151617181920212223242526272829303132333435363738 |
- ==========
- Installing
- ==========
- --------------------------------
- Compile and install from tarball
- --------------------------------
- Download the latest tarball from the download page on Github (https://github.com/gearman/gearmand).
- Once downloaded, run::
- tar xzf gearmand-X.Y.tar.gz
- ./configure
- make
- make install
- ------------------------------------------
- Compile and install from source repository
- ------------------------------------------
- The Bazaar version control system is required to check out the latest stable development source. To download and install, run::
- bzr branch lp:gearmand
- cd gearmand
- ./config/autorun.sh
- ./configure
- make
- make install
- -----------------
- Platform specifcs
- -----------------
- .. toctree::
- :maxdepth: 1
-
- build/ubuntu
- build/fedora
- build/centos5-8
|