URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [userland/] [route/] [INSTALLING] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
net-toolsINSTALLINGPlease read the file `README' before you start with the installation of thenet-tools.HACKERS WAY-----------cd /usr/src ; tar xvzf net-tools*.tar.gzless Makefile ; make config ; make ; make -n install ; make installCONFIGURE---------First of all change into the net-tools directory.Before you start with the Installation please have a look into the toplevelMakefile. There are some configuration options with explanations.To configure the compilation use "make config".If you have a recent Kernel you can and SHOULD answer ALL the ConfigurationOptions with YES. You only have to decide about the NLS:If you don't know whether GNU gettext is supported on your system or not, runmsgfmt. If it exists, there is every chance that GNU gettext issupported.COMPILE-------To compile simply use "make".There should be no warnings or errors.INSTALLATION------------If you want to install the binaries use "make install".This will generate backups of your old binaries. If you dont want thebackups, please use "make update" instead. To change the default permissionsand ownerships of the installed binaries and manpages edit the Makefile. Youcan test the Installation with "make -n install". This will tell make: Don'trun any commands, just print them.Bernd 'eckes' Eckenfels<net-tools@lina.inka.de>
Go to most recent revision | Compare with Previous | Blame | View Log
