İlk Başta Shell hesabımıza IRCServices5.0.58 Son sürümü indiriyoruz.
turk@turkcoder.net [~]# wget http://depo.mirchane.com/dosyalar/ircservices-5.0.58.tar.gz
Daha Sonra dosyamızı Açıyoruz ve Açmış olduğumuz klasore giriyoruz.
turk@turkcoder.net [~]# tar zxvf ircservices-5.0.58.tar.gz
turk@turkcoder.net [~]# cd ircservices-5.0.58
Simdi Kuruluma Başlıyoruz.
turk@turkcoder.net [~/ircservices-5.0.58]# ./configure
Beginning IRC Services configuration. In what directory do you want the binaries to be installed? Press Return for the default, or enter a new value.
[/usr/local/sbin] /home/kullanıcıadı/services
/home/kullanıcıadı/services does not exist. Create it?
[y] ENTER
Where do you want the data files to be installed?
[/home/kullanıcıadı/services/lib] ENTER
/home/kullanıcıadı/services/lib does not exist. Create it?
[y] ENTER
Configure işlemimiz Bitmiştir. Bundan Sonra Eğer Servislerin Size Türkçe Hitap etmesini istiyorsanız make çekmeden önce
turk@turkcoder.net [~/ircservices-5.0.58]# pico defs.h 36 ncı satırında bulunan
#define DEF_LANGUAGE LANG_EN_US
yazısını aşağıdaki
#define DEF_LANGUAGE LANG_TR
olarak değiştiriniz. Servicesler Türkçe Olacaktır. turk@turkcoder.net [~/ircservices-5.0.58]# make
turk@turkcoder.net [~/ircservices-5.0.58]# make install
yazarak geri kalan kurulum işlemi bitmektedir. Ana Dizinde bulunan services klasorune gidiniz lib/ klasoru altindaki ircservices.conf ve modules.conf dosyalarini editledikten sonra servicesleri calistirabilirsiniz.! Ornek ircservices.conf ve modules.conf sitemizden cekebilirsinz.!
|