LibIRCClient 1.10 Used by Probotic
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.

pirms 9 mēnešiem
1234567891011121314
  1. Building from source
  2. The library uses autoconf so it is build in a fairly typical way on most Unix systems:
  3. ./configure
  4. make
  5. This will build both the library and various examples in the examples subdirectory.
  6. Configure script also accepts parameters, optional useful parameters accepted are –enable-openssl and –enable-ipv6 which correspondingly enable the SSL and IPv6 connectivity. Use –enable-shared to build a shared library.
  7. The same procedure is used to build the Win32 binary using the MinGW compiler.
  8. For the rest see the Doxygen documentation in the header files and http://www.ulduzsoft.com/libircclient/