Lx4U-book/docs/build-system/expect.md
2021-06-02 23:59:01 +03:00

747 B

Настройка

./configure --prefix=/usr           \
            --with-tcl=/usr/lib     \
            --enable-shared         \
            --mandir=/usr/share/man \
            --with-tclinclude=/usr/include

Сборка

make

Тестирование

make test

Установка

make install
ln -svf expect5.45.4/libexpect5.45.4.so /usr/lib