В системі мають бути встановлені пакети:
x264 ffmpeg ogg flac gnutls jack vorbis vorbisenc samplerate iconv nettle pcre sndfile yaml-cpp uuid speex opus zlib boost
emerge -va dbus-c++
Для підтримки відеоприскорення, потрібно також
emerge -va libva
cd /home/install/
http://dl.ring.cx/ring-release/tarballs/
wget -c 'http://dl.ring.cx/ring-release/tarballs/ring_20170803.2.5fcfe3f.tar.gz' tar -xvf ring_20170803.2.5fcfe3f.tar.gz
Далі за інструкцією ( https://docs.ring.cx/dev/compiling_and_installing/daemon.html#compile-the-dependencies ):
cd ring-project/daemon/contrib/ mkdir native cd native/ ../bootstrap --prefix=/home/username/local/usr/ --disable-boost
Якщо встановлення перервалося,
make mostlyclean ../bootstrap --prefix=/home/username/local/usr/ --disable-boost
make cd ../../ ./autogen.sh PKG_CONFIG_PATH="/home/username/local/usr/lib/pkgconfig/" CPPFLAGS="-I/home/username/local/usr/include/" LDFLAGS="-L/home/username/local/usr/lib/" ./configure --prefix=/home/username/local/usr/ --without-pulse --without-jack --without-portaudio --disable-accel make make install
cd lrc/ mkdir build cd build/ cmake -DRING_BUILD_DIR=/home/username/local/usr/lib/ring/ -DCMAKE_INSTALL_PREFIX=/home/username/local/usr/ -DRING_XML_INTERFACES_DIR=/home/username/local/usr/share/dbus-1/interfaces/ ../ make make install
https://tuleap.ring.cx/plugins/mediawiki/wiki/ring/index.php/Main_Page
https://tuleap.ring.cx/plugins/mediawiki/wiki/ring/index.php/Build_Instructions
https://docs.ring.cx/dev/compiling_and_installing/index.html
https://docs.ring.cx/dev/compiling_and_installing/daemon.html
https://docs.ring.cx/dev/compiling_and_installing/lrc.html
https://docs.ring.cx/dev/compiling_and_installing/gnome_client.html