On 8/31/06, Boris Dinkevich <[EMAIL PROTECTED]> wrote:
Hello,I have used the AAP utility for installation. Is there a way to reconfigure & recompile for GTK2 (a howto/help perhaps)
aap downloaded all sources whcih contain, among other things, configure script. Go to the directory of sources and do ./configure --enable-gui=gtk2 --with-features=huge ./make && make install The --with-features=huge part is optional, up to you. Yuu can also use my script vim7-install.sh , attached, which doanloads latest vim sources & builds & instals them. With my script, command is: ./vim7-install.sh --enable-gui=gtk2 --with-features=huge To see all available configure options, do ./configure --help, or /vim7-install.sh --help Yakov
vim7-install.sh
Description: Bourne shell script