دریافت های اخیر
آخرین نسخه پایدار کلمنتاین را برای سیستم عامل موردنظرتان دریافت کنید.
PPA ابونتو
آخرین نسخه کلمنتاین را برای اوبونتو می توانید از PPA رسمی دریافت کنید.
sudo add-apt-repository ppa:me-davidsansome/clementine sudo apt-get update sudo apt-get install clementine
Dependencies for Ubuntu Precise (12.04)
New versions of Clementine require GStreamer 1.0 which wasn't included in Ubuntu 12.04. If you get errors installing Clementine you should add the GStreamer PPA as well:
sudo add-apt-repository ppa:gstreamer-developers/ppa
سایر دریافت ها
Clementine Remote for Android
بسته های غیررسمی
در صورتی که توزیع مورد نظرتان در لیست بالا موجود نیست، ممکن است بسته ی غیررسمی ای برای شما ایجاد شده باشد.
کامپایل کردن کد منبع
کامپایل کردن کلمنتاین از طریق کد منبع در سیستم عامل لینوکس ساده تر می باشد. بسته ی کد منبع را از لیست بالا دریافت کنید و در ترمینال:
cd bin cmake .. make sudo make install
Bleeding edge packages
Development on Clementine happens in the git repository. Check out the code by running:
git clone https://github.com/clementine-player/Clementine.git clementine-player
If you'd prefer not to compile the development version yourself then try one of the hourly packages:
- Mac OS X development builds
- Ubuntu Precise (12.04) development builds
- Ubuntu Trusty (14.04) development builds
- Windows development builds
- Buildbot
There's also an Ubuntu PPA for these development builds:
sudo add-apt-repository ppa:me-davidsansome/clementine-dev sudo apt-get update sudo apt-get install clementine