/
githubmirror
/
file
Обзор
Документация
Войти
/
githubmirror
/
file
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
FILE5_39
README.DEVELOPER
48 строк
857 B
Christos Zoulas
add homebrew (lighe)
12 сен 2019, 19:03
12 сен 2019, 19:03
dcb6676
Код
Авторство
О чём код?
# How to get started developing @(#) $File: README.DEVELOPER,v 1.7 2019/09/12 16:03:37 christos Exp $ ## Auto files After checking out the source, run the following: autoreconf -f -i ./configure --disable-silent-rules make -j4 make -C tests check If you see errors, make sure you have the latest libtool and autoconf This has been tested with autoconf-2.69 and libtool-2.4.2 ## Installing dependencies If your platform doesn't have the above tools, install the following packages first. ### Debian apt-get install \ automake \ gcc \ libtool \ make \ python \ zlib1g-dev \ See also `.travis.yml`. ### Mac OS X (MacPorts) port install \ autoconf \ automake \ libtool \ ### Mac OS X (HomeBrew) brew install autoconf automake libtool Tested with: autoconf 2.69 automake 1.16.1 libtool 2.4.6