I will put the commands:

3. Preparing for installation

(1) Copy source and binary files.
??????? # gunzip -cd sige-x.x.x.tar.gz | tar xf -

(2) Add hostname for the NIC card into /etc/hosts file

(3) Make links to correct binary directory and Makefile according to your
configuration.? i386 and gcc are default.

??????? % cd /.../sige-x.x.x
??????? % rm obj Makefile
??????? % ln -s Makefile.${KARCH}_${COMPILER} Makefile
??????? % ln -s ${KARCH} obj

? where ${KARCH} is the result of `isainfo -n`, and ${COMPILER} is
?"gcc" or "suncc" which you want to use to make the driver.

(4) Making binaries
To make the binaries, you need Sun C compiler or gcc version 3, and do
the following operations.

??????? % /usr/ccs/bin/make

(5) Making binaries only for OpenSolaris users.
The driver likely work with GLD v3 in OpenSolaris, known as Nemo.
You can enjoy the new functions by recompiling the source code.

??????? % rm Makefile.config
??????? % ln -s Makefile.config_gld3 Makefile.config
??????? % /usr/ccs/bin/make? 



 

_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to