install.rst 690 B

12345678910111213141516171819202122232425262728
  1. ==========
  2. Installing
  3. ==========
  4. --------------------------------
  5. Compile and install from tarball
  6. --------------------------------
  7. Download the latest tarball from the download page on Launchpad (https://launchpad.net/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