LoginSignup
0
0

More than 5 years have passed since last update.

linux mint 18 で evolution 3.20.5をコンパイルする

Last updated at Posted at 2017-01-04
  1. sudo apt-get install build-essential
  2. sudo apt-get build-dep evolution
  3. sudo apt-get install libdb-dev
  4. sudo apt-get install libgdata-dev
  5. sudo apt-get install gperf
  6. evolution-data-serverのソースを取得・展開
  7. evolution-data-serverのソースのディレクトリへ移動
  8. ./configure --disable-goa --disable-uoa
  9. make
  10. sudo make install
  11. evolutionのソースを取得・展開
  12. 展開したソースディレクトリへ移動
  13. ./configure --disable-autoar
  14. make
  15. sudo make install
  16. sudo ldconfig
  17. evolution
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0