install.rst 831 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ==========
  2. Installing
  3. ==========
  4. --------------------------------
  5. Compile and install from tarball
  6. --------------------------------
  7. Download the latest tarball from the download page on Github (https://github.com/gearman/gearmand).
  8. Once downloaded, run::
  9. tar xzf gearmand-X.Y.tar.gz
  10. ./configure
  11. make
  12. make install
  13. ------------------------------------------
  14. Compile and install from source repository
  15. ------------------------------------------
  16. The Bazaar version control system is required to check out the latest stable development source. To download and install, run::
  17. bzr branch lp:gearmand
  18. cd gearmand
  19. ./config/autorun.sh
  20. ./configure
  21. make
  22. make install
  23. -----------------
  24. Platform specifcs
  25. -----------------
  26. .. toctree::
  27. :maxdepth: 1
  28. build/ubuntu
  29. build/fedora
  30. build/centos5-8