|

楼主 |
发表于 2003-12-17 22:32:50
|
显示全部楼层
3. Installation
To compile and install the driver it is recommended that you use the FreeBSD
port available from the driver website. This will take care of downloading,
extracting and installing all the necessary components.
If not using the port you can build and install the module by following the
instructions provided below.
Extract the driver source and the NVIDIA Linux source distribution into the
same directory.
# tar -zxf ../NVIDIA_nforce-1.0-xxxx.tar.gz
# tar -zxf ../nvnet-src-2003xxxx.tar.gz
Then build and install the module.
# cd nvnet/
# make
# make install
This will copy the loadable module into your kernel module path and install
the supporting documentation to the appropriate places.
但是压根不能make啊 |
|