ubuntu.rst 607 B

12345678910111213141516171819202122232425262728293031
  1. ======
  2. Ubuntu
  3. ======
  4. You will need to install the following packages in order to build Gearman.
  5. sudo apt-get install --yes gcc
  6. sudo apt-get install --yes autoconf
  7. sudo apt-get install --yes bison
  8. sudo apt-get install --yes flex
  9. sudo apt-get install --yes libtool
  10. sudo apt-get install --yes make
  11. sudo apt-get install --yes libboost-all-dev
  12. sudo apt-get install --yes libcurl4-openssl-dev curl
  13. sudo apt-get install --yes libevent-dev
  14. sudo apt-get install --yes memcached
  15. sudo apt-get install --yes uuid-dev
  16. sudo apt-get install --yes libsqlite3-dev
  17. sudo apt-get install --yes libmysqlclient-dev