home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / irc / 4885 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  5.0 KB

  1. Xref: sparky alt.irc:4885 alt.irc.ircii:227
  2. Newsgroups: alt.irc,alt.irc.ircii
  3. Path: sparky!uunet!mcsun!dxcern!fer
  4. From: fer@home.cern.ch (Fer F.de Jong)
  5. Subject: BI-WEEKLY: How to compile and install an IRC-II client
  6. Message-ID: <1993Jan6.020004.24964@dxcern.cern.ch>
  7. Followup-To: alt.irc
  8. Keywords: IRCII CLIENT
  9. Sender: fer@home.cern.ch (Fer F.de Jong)
  10. Organization: CERN European Lab for Particle Physics
  11. Date: Wed, 6 Jan 1993 02:00:04 GMT
  12. Lines: 132
  13.  
  14. [ If you don't want to see this posting everytime, use the KILL file
  15.   feature of your newsreader. ]
  16.  
  17.  
  18. How to get the IRC-II client software and install it
  19. ====================================================
  20.  
  21.  
  22. To install an IRC-II client on your machine follow this procedure. People
  23. that want to install IRC for global use should be able to change the
  24. described procedure so the files go in an /usr/local/bin like place.
  25.  
  26. On your UNIX system type:
  27.  
  28. fer@home:~fer> mkdir irc
  29. fer@home:~fer> cd irc
  30. fer@home:~fer/irc> ftp cs.bu.edu
  31. [ login as user anonymous ]
  32. [ type your e-mail address when asked for a password ]
  33. ftp% bin
  34. ftp% cd irc
  35. ftp% get ircII2.1.5h.help.tar.Z
  36. ftp% get ircII2.1.5h.tar.Z
  37. ftp% bye
  38. fer@home:~fer/irc> 
  39.  
  40. Now you have copied all the files needed for compilation and installation.
  41. Now type on your UNIX system:
  42.  
  43. fer@home:~fer/irc> zcat ircII2.1.5h.tar.Z | tar xvf -
  44. fer@home:~fer/irc> cd ircII2.1.5h
  45. fer@home:~fer/irc/ircII2.1.5h> 
  46.  
  47. Read the file INSTALL that explains how to compile and install the whole
  48. IRC system:
  49. The important settings that need to be made are in the files Makefile
  50. and config.h. Pay special attention to:
  51.  
  52. In config.h: set DEFAULT_SERVER to an IRC server site close to you.
  53.     If you don't know any IRC server pick one from this list:
  54.  
  55.         ircserver.et.tudelft.nl (For The Netherlands / Belgium)
  56.         suntrax1.cern.ch    (For Switzerland)
  57.         noc.belwue.de        (For Germany)
  58.         nic.funet.fi        (For Scandinavia)
  59.         csd.bu.edu        (For Eastcoast U.S.A.)
  60.         irc.caltech.edu        (For Westcoast U.S.A.)
  61.         penfold.ece.uiuc.edu    (For Midwest U.S.A.)
  62.         ug.cs.dal.ca        (For Canada)
  63.         decscc.tau.ac.il    (For Israel)
  64.         
  65. In config.h: Check all other #define's, check the path to zcat and
  66. correct the error (forgotten /* at start of AUTO_RECONNECT #define),
  67. set HELP_SERVICE to help_UK or help_AU or help_US or ircIIhelp depending
  68. on where you are.
  69.  
  70. In Makefile:
  71. INSTALL_EXECUTABLE = your_homedir/bin/irc
  72. IRCII_LIBRARY = your_homedir/lib/irc        (Create these directories
  73.                          yourself and put the bin
  74. INSTALL_IRCFLUSH = your_homedir/bin/ircflush     directory in your $PATH)
  75.  
  76. Set the DEFINES= line by removing the # at the beginning of the one
  77. that is ment for your hardware setup.
  78.  
  79. Now you can 'make' the whole thing and it should work without any
  80. problem. Don't ask me for help if it doesn't work. Ask a local expert.
  81.  
  82. fer@home:~fer/irc/ircII2.1.5.h> make
  83. fer@home:~fer/irc/ircII2.1.5.h> make ircflush
  84. fer@home:~fer/irc/ircII2.1.5.h> make install
  85. fer@home:~fer/irc/ircII2.1.5.h> make installflush
  86.  
  87. In the directory your_homedir/lib/irc you should make a file called servers
  88. with a list of all the servers you want to try to connect to. If the default
  89. server (top line) does not work (machine down, links to machine don't work...)
  90. your IRC client will try to connect to the next machine in the list.
  91. The file should look something like:
  92.  
  93. default.machine.domain
  94. second.choise.machine
  95. third.choise.machine
  96. last.hope.for.connection.machine
  97.  
  98. Always try to find IRC servers that are network-wise close to where you are.
  99. Note that the contents of this file will override the DEFAULT_SERVER setting
  100. in config.h, so after you have compiled IRC try to find out the best server
  101. and put that one at the top of your servers file.
  102.  
  103. Now you have to install the script files and help files that will make
  104. your IRC life easier.
  105.  
  106.  
  107. fer@home:~fer/irc/ircII2.1.5.h> cp -r script $HOME/lib/irc
  108. fer@home:~fer/irc/ircII2.1.5.h> cd
  109. fer@home:~fer> cd lib/irc
  110. fer@home:~fer/lib/irc> zcat $HOME/irc/ircII2.1.5h.help.tar.Z | tar xvf -
  111. fer@home:~fer/lib/irc> compress help/*
  112. fer@home:~fer/lib/irc> compress help/*/*
  113.  
  114. Don't mind the error messages of the last two commands, these are normal.
  115.  
  116. If you want to allow others to use IRC, don't forget to use the chmod(1)
  117. command to make the files and directories available.
  118.  
  119. It might seem a lot of work, but you can have a lot of fun with IRC
  120. so it is worth a try.
  121.  
  122. To learn to use IRC, type after you started IRC with,
  123.  
  124. fer@home:~fer/lib/irc> irc Ferry
  125.  
  126. the command /help basical and /help ircII. (/bye quits your IRC client)
  127.  
  128. If all works fine, you can delete the whole directory structure used to
  129. build IRC with:
  130.  
  131. fer@home:~fer/lib/irc> cd
  132. fer@home:~fer> # The command  rm -rf  will remove ALL arguments
  133. fer@home:~fer> # even directories AND all subdirectories BE WARNED
  134. fer@home:~fer> rm -rf irc
  135. fer@home:~fer> 
  136.  
  137.  
  138.     Have fun, and keep in mind, *some* people get addicted to IRC!
  139.  
  140. -- 
  141.  ___   fer@home.cern.ch    European Organization For Nuclear Research
  142. (  _)  <Ferry> @ IRC
  143.  ) _)                         "The number two is the oddest prime you
  144. (_)er F.de Jong                                 will ever encounter."
  145. +41 22 767 3826 (office/Switzerland) +33 50.42.74.13 (private/France)
  146.