Advertisement
pgiovanni

Untitled

Mar 26th, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. Installation Instructions for BitchX 1.2
  2.  
  3. BitchX is known to compile on the following systems (maybe others as well):
  4. * FreeBSD 2.x and above
  5. * NetBSD 3 and above
  6. * SunOS 4.1.4, 5.x and above
  7. * Linux (All)
  8. * IRIX 5, 6
  9. * HP-UX 9.x, 10.x
  10. * OSF/1 (DEC Alpha)
  11. * Ultrix
  12. * AIX
  13. * OS/2 (with EMX)
  14. * Windows 9x/2000/NT/XP (with Cygwin)
  15. * QNX
  16.  
  17. Introduction:
  18.  
  19. Problems may occur during the compilation process of BitchX. If
  20. you do have a problem, please gather as much information about the error
  21. (*FULL* output of "make") and join #BitchX on EFNet, or use the Sourceforge
  22. page at http://sourceforge.net/projects/bitchx/.
  23.  
  24. Several script writers tend to hang in the #BitchX on EFNet to
  25. distribute their work to others. scripts.bitchx.org is a great place where
  26. scripts can be found. You can also check out the scripting forum at the
  27. previously mentioned forums site.
  28.  
  29. Some features will only work with certain servers -- IRCUMODE and
  30. /4OP for example. Therefore, servers such as UnderNet, DalNet, and NewNet,
  31. to name a few, will not respond to the user modes given. Scripts can cause
  32. problems as well, usually due to bugs within the script. If there is a
  33. known bug in the client, please contact the appropriate people, caf
  34. or any of the non-idling ops in #BitchX. If the bug can be reproduced
  35. faithfully, then we have enough to determine how it can be resolved.
  36.  
  37. Please check out the FAQ at http://wiki.bitchx.org/faq:start if you
  38. have any trouble compiling. A number of common mistakes and problems
  39. users run into are posted in the FAQ.
  40.  
  41. Compiling BitchX:
  42.  
  43. In order to compile BitchX you need to do the following: (Optional steps
  44. are marked with an asterisk, "*")
  45.  
  46. 1) Enter the BitchX directory tree; this is the most important step.
  47. Executing configure outside the tree is now possible, for example:
  48.  
  49. # mkdir obj-i586-mandrake-linux
  50. # cd obj-i586-mandrake-linux
  51. # ../configure --prefix=/usr --with-plugins
  52.  
  53. 2) Run the GNU configuration script, "configure". It should find
  54. whatever it needs for the compilation of BitchX, such as system
  55. includes, ncurses, Tcl, and locations of important files. There are
  56. options that can be given to "configure". "configure --help" will detail
  57. all of them. Using at least "configure --with-plugins" is recommended
  58. if you plan on using one or more of the many plugins that are
  59. distributed with BitchX. Add "--with-tcl" if you want Tcl script
  60. support (Note: most users do not need this).
  61.  
  62. If you are not root, pass the --prefix=$HOME option to have BitchX
  63. install to your home directory.
  64.  
  65. * 3) "include/config.h" may need tweaking if you intend to change the
  66. default server list. To change, locate "DEFAULT_SERVER" and remove the
  67. original default servers and add as many as you please (These will
  68. be appended to the "/usr/local/lib/bx/ircII.servers" and "~/.ircservers"
  69. list). Alternatively, you can run "make bxconf" and use the graphical
  70. configuration utility to change many of BitchX's options.
  71.  
  72. 4) Execute "make" inside the BitchX directory (on BSD-based platforms, use
  73. "gmake" instead). If any error messages are shown (Error, *not* Warning
  74. messages!!!) that you are unable to resolve on your own, seek help.
  75. "README" has more information on where you can go for help.
  76.  
  77. 5) Execute "make install" (on BSD-based platforms, use "gmake install"
  78. instead). This should install the BitchX binary to /usr/local/bin, or
  79. to $HOME/bin if you supplied the "--prefix=$HOME" option in step 2.
  80.  
  81. Users without superuser access will typically see a "permission denied"
  82. error here if they try to install to the default prefix.
  83.  
  84. --
  85. Last Updated:
  86. caf
  87. caf@guarana.org
  88. December 31st, 2012
  89.  
  90. Previous authors:
  91. Rob Andrews <sin@bitchx.org>
  92. David Walluck
  93. BarK0de
  94. BlackJac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement