bill-auger / av-caster

A light-weight native gStreamer GUI for screencast, webcam, and audio recording and streaming
Other
87 stars 15 forks source link

Missing libircclient? #48

Closed seanc closed 8 years ago

seanc commented 8 years ago

Install it like so:

$ sudo apt-get install libircclient-dev
bill-auger commented 8 years ago

yes - libircclient-dev on deb-based distros - libircclient-devel on rpm-based distros - and libircclient on arch

unfortunately the headers install location is not consistent across platforms - if your compiler can not find the headers on your system you can:

sudo mkdir /usr/include/libircclient
sudo cp  /usr/include/libirc*  /usr/include/libircclient/
bill-auger commented 8 years ago

there is one other caveat with the current master commit - sry i did not know they were announcing it this week - i had planned not to have this one set so long

you will also want to open up Constants.h and change the values for PICTURES_DIR and VIDEOS_DIR on lines 174 and 175 to some existing directory under your home directory - any directory will do as long as it exists and is writable

bill-auger commented 8 years ago

just added -I /usr/include/libircclient for simplicity - no need for trickery

the issue with xdg dirs is fixed also d0ad700844870a39e15715e6116038e6f04eec86