Just now , I try to install the Jungo WinDriver in the Ubuntu 13.10 . But I am puzzled by the its manual :
4.2.3. Linux WinDriver Installation Instructions
4.2.3.1. Preparing the System for Installation
In Linux, kernel modules must be compiled with the same header files that the kernel itself was compiled with. Since WinDriver installs kernel modules, it must compile with the header files of the Linux kernel during the installation process.
Therefore, before you install WinDriver for Linux, verify that the Linux source code and the file version.h are installed on your machine:
Install the Linux kernel source code:
If you have yet to install Linux, install it, including the kernel source code, by following the instructions for your Linux distribution.
If Linux is already installed on your machine, check whether the Linux source code was installed. You can do this by looking for 'linux' in the /usr/src directory. If the source code is not installed, either install it, or reinstall Linux with the source code, by following the instructions for your Linux distribution.
Install version.h:
The file version.h is created when you first compile the Linux kernel source code. Some distributions provide a compiled kernel without the file version.h. Look under /usr/src/linux/include/linux to see whether you have this file. If you do not, follow these steps:
Become super user:
$ su
Change directory to the Linux source directory:
cd /usr/src/linux
Type:
make xconfig
Save the configuration by choosing Save and Exit.
Type:
make dep
Exit super user mode:
exit
To run GUI WinDriver applications (e.g., DriverWizard [5]; Debug Monitor [7.2]) you must also have version 5.0 of the libstdc++ library — libstdc++.so.5. If you do not have this file, install it from the relevant RPM in your Linux distribution (e.g., compat-libstdc++).
Before proceeding with the installation, you must also make sure that you have a linux symbolic link. If you do not, create one by typing
/usr/src$ ln -s 'target kernel'/linux
For example, for the Linux 2.4 kernel type
/usr/src$ ln -s linux-2.4/ linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I can't understand how to specify these two parameters in my Ubuntu .