/
githubmirror
/
net-tools
Обзор
Документация
Войти
/
githubmirror
/
net-tools
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.10
INSTALLING
47 строк
1 KB
Mike Frysinger
README/INSTALL: refresh for the modern times
06 янв 2021, 13:42
06 янв 2021, 13:42
4876e81
Код
Авторство
О чём код?
net-tools INSTALLING Please read the file `README' before you start with the installation of the net-tools. HACKERS WAY ----------- cd /usr/src ; tar xvzf net-tools*.tar.gz less Makefile ; make config ; make ; make -n install ; make install CONFIGURE --------- First of all, change into the net-tools directory. Before you start with the Installation please have a look into the toplevel Makefile. There are some configuration options with explanations. To configure the compilation use "make config". The default answers should be safe for all configurations. COMPILE ------- To compile simply use "make". There should be no warnings or errors. INSTALLATION ------------ If you want to install the binaries use "make install". To change the default permissions and ownerships of the installed binaries and manpages edit the Makefile. You can test the installation with "make -n install". This will tell make: Don't run any commands, just print them. Bernd 'eckes' Eckenfels <net-tools@lina.inka.de>