Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
Both sides previous revision Попередня ревізія Наступна ревізія | Попередня ревізія | ||
ring [2017/08/05 07:02] wombat |
ring [2017/08/08 12:44] (поточний) wombat LibRingClient |
||
---|---|---|---|
Рядок 43: | Рядок 43: | ||
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 | 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 | ||
+ | make install | ||
+ | |||
+ | |||
+ | ==== LibRingClient ==== | ||
+ | |||
+ | 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 | ||