View: mysqltcl install on linux

  1. 4 months ago by sx
    1. wget http://www.xdobry.de/mysqltcl/mysqltcl-2.50.tar.gz
    2. tar xfz mysqltcl-2.50.tar.gz
    3. export CPP=/usr/BIN/cpp
    4. ./configure --with-tcl=/root/lib/ --with-tclinclude=/root/include/ --with-mysql-include=/etc/mysql --with-mysql-lib=/usr/bin/mysql
    5. make
    6. make install

0 comment about "mysqltcl install on linux"