Help for this page

Select Code to Download


  1. or download this
    sh configure --disable-static --enable-shared  prefix=/junk/static
    make install
    
    sh configure --disable-shared --enable-static prefix=/junk/dynamic
    make install