Tags: tcl,linux

Sort by: Date / Title /

  1. 6 months ago by sx
    1. wget http://www.dablnet.de/downloads/eggdrop1.6.17.tar.gz
    2. wget http://www.dablnet.de/downloads/tcl8.4.13-src.tar.gz
    3.  
    4. # extract
    5. tar zvfx eggdrop1.6.17.tar.gz
    6. tar zvfx tcl8.4.13-src.tar.gz
    7.  
    8. # install tcl
    9. cd tcl8.4.13/unix
    10. ./configure --prefix=$HOME --enable-shared
    11. make install
    12. export TCLLIB=$HOME/lib
    13. export TCLINC=$HOME/include
    14. export LD_LIBRARY_PATH=$HOME/lib
    15.  
    16. # install eggdrop
    17. cd eggdrop1.6.17
    18. ./configure
    19. make config
    20. make
    21. make install  // or make install DEST=/home/eggdrop/BOTNAME

First / Previous / Next / Last / Page 1 of 1 (1 posteets)