Tulip Computers N.v Driver Download For Windows 10



Name

  1. Tulip Computers N.v Driver Download For Windows 10 64
  2. Tulip Computers N.v Driver Download For Windows 10 Windows 7
  3. Tulip Computers N.v Driver Download For Windows 10
  4. Tulip Computers N.v Driver Download For Windows 10 Free

Tulip Computers N.v Driver Download For Windows 10 64

Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for. Computer Products Corporation, Computer Products Corporation Suppliers Directory - Find variety Computer Products Corporation Suppliers, Manufacturers, Companies from around the World at new products,electronic corporate gifts,christmas corporate gift, Gift Sets. A computer, printer and scanner on a desk with a chair. Laser printers use this instead of ink. A design (for example, a type of keyboard) which is better for your body. An image on a screen is made up of thousands of these. Printers, scanners, webcams etc. A very large computer which never moves. Installation instructions: Ready to compile¶. The classic installation details are specified in the INSTALL.linux,mac,win files available in the tulip source code root directory. However, if you are reading this tutorial/documentation, you may be interested in using Tulip in a more advanced fashion whether by creating new perspectives, plug-ins or algorithms.

net-tulip

Description

DECchip 21140 Ethernet driver (This driver allows running ESXi as a VM under Microsoft Hyper-V)

Author

VMware Communities user john117

Vendor (Vendor Code)

Digital Equipment Corp. (DEC)

Current Version

1.1.15

Supported Devices / PCI IDs

1011:0009

Acceptance Level

CommunitySupported

Dependencies and Restrictions

  • Depends On: vmkapi_2_1_0_0, com.vmware.driverAPI-9.2.1.0
  • Compatible With: ESXi 5.0, ESXi 5.1, ESXi 5.5, ESXi 6.0, ESXi 6.5
  • Does NOT work With: ESXi 6.7 and newer

Package Properties

Requires MaintModeLive Install AllowedLive Remove AllowedStateless ReadyOverlay
YesNoNoYesNo

Additional links

Direct Download links

Support

Please post any questions regarding this package to the VMware Communities thread referred to above!

Retrieved from 'https://vibsdepot.v-front.de/wiki/index.php?title=Net-tulip&oldid=389'

The classic installation details are specified in the INSTALL.[linux,mac,win] files available in the tulip source code root directory. However, if you are reading this tutorial/documentation, you may be interested in using Tulip in a more advanced fashion whether by creating new perspectives, plug-ins or algorithms. The following instructions will help you to prepare your system by installing the Tulip program ready to be compiled and modified to your convenience.

How to proceed ?¶

The installation process is not complicated, it can however take some time depending on your computer. Before starting the Tulip set-up, as a developer, you must be aware of some of the Tulip intern behaviours.

Tulip Computers N.v Driver Download For Windows 10 Windows 7

Foreword: Debug and Release modes¶

Tulip can be compiled and thus executed in two different modes. The first one, called Release, is the classic Tulip execution mode. The application should be executed this way when you are only using the originaly integrated tool of Tulip or the add-ons included with the plug-in library. Most users will only be interested in this mode.

Driver

Nevertheless, because Tulip is a research tool, the users testing their algorithms or plug-ins may not be sure of their code source reliability. These people should be more concerned with the second mode available, the Debug mode. With it, the whole program will be slightly slower as the execution is monitored with sanity assertions. If an unexpected behaviour happens and one of the assertion detect it, Tulip will pop an error message expliciting the problem encounter.

These modes must be separated as their behaviour are entirely different. A program instance compiled in Debug mod can not be used to launch a Release version of Tulip and vice versa. For instance, a few features will need assertions only checked in debug mode to run correctly, some of these cases are presented in the Tulip library tutorial section.

Setting up the system¶

If you want to be able to recompile Tulip, you have to organize the different directories which will contain the source code, the libraries and the executables. The disposition we propose here and use in the following steps is just a suggestion. It allows a clear distinction between each directory and their use and gives you the ability to have several working versions of Tulip at the same time on your computer.

First, select the directory in which you want to set the application (you must have the appropriate permissions from the OS) and create here the directory Tulip-4.X (where X is adapted to the current version number).Into that folder, create five subdirectories:

  • tulip-src: the source files will be kept here
  • build-debug: where we stock the generated build file (with the mode Debug)
  • build-release: where we stock the generated build file (with the mode Release)
  • install-debug: the program will be installed here (with the mode Debug)
  • install-release: the program will be installed here (with the mode Release)

You should obtain a directory hierarchy similar to this one:

Installation on a UNIX-like OS¶

Requirements¶

To compile and run Tulip, you will need the following tools/libraries:

  • libqt4-dev
  • libfreetype6-dev
  • zlib1g-dev
  • libglew-dev
  • libjpeg-dev
  • libpng12-dev
  • build-essential
  • cmake
  • doxygen
  • libxml2-dev
  • qt4-dev-tools

Plus, one of the following version of the python library:

  • python2.5-dev
  • python2.6-dev
  • python2.7-dev

You will have to use system dedicated package installer (apt-get, yum …)to install or update directly all the previously listed packages. This action will modify your current system so you may need administrator or super-user access and rights on the OS.

Download the source code¶

You can obtain the Tulip source code in several ways. The easiest is to pick them directly from the Sourceforge website (by following this link). This method, nevertheless, is not always the best choice. If you want to work actively with Tulip, you will need to keep your project up to date.

The other, slightly more complicated, solution is to use the subversion development repository. This allows you to easily keep your Tulip version up to date. The Unix/Linux based systems should be able to run the svn tool with the following commands

You can choose the access path and the target dir tulip-src according to your preference. Do not forget where the source code is located, you will need the path for completing the compilation and for specifying it to your API.

Once you have import the source code using svn, you can easily update it with the commands

Generate the MakeFiles¶

Tulip uses cmake to generate the build instructions. In the following instructions we will use cmake-gui, offering a compliant graphic interface, to create the appropriate package files.

You must start by indicating the source code path and the file in which the binaries will be build:

In the example, we are showing the steps for a Release type build. The given paths must be modified according to your own preferences.

Then press on the Configure button, select the project generator (Unix Makefiles by default), use the default compilers or specify new ones and validate. cmake-gui will create empty folders in the build directory. We can now specify the installation information.

The two important fields to fill are the CMAKE_BUILD_TYPE and the CMAKE_INSTALL_PREFIX. The build type value must be set to Release or Debug (with capitals) and the install prefix indicates where the program will be installed. We do not want to use the default /user/local/ path as we may wish to exploit different versions of the application. In our case, the install directory will be in […]/Tulip-4.X/install-release.

Computers

Click again on the Configure button to turn the red colour of the fields off. If this operation failed, ensure you have installed all the needed dependencies, filled appropriatly the fields, then try again.

Press the Generate button. If you have correctly set all the values, the two last lines of the prompt should be

You can now close cmake-gui.

Use the Makefiles¶

Compile the packages¶

With the makefiles generated, we just have to execute them. Using your terminal, go into your build directory and use the command

Tulip Computers N.v Driver Download for Windows 10

where Y is not greater than the number of cores on your processor.

This operation can take several minutes, so here comes the time for a well deserved break!

Install the packages¶

Download

Once the make instruction is finished, you can install Tulip by using the command

This operation can take a little time too. At the end, your installation path specified to cmake-gui will contained the binaries and the libraries of the application. You can now launch Tulip in its Release version by using the commands

You now just have to repeat the previously detailed steps while specifying to the appropriate fields the value debug instead of release to achieve the second build configuration.

Installation on a Windows system¶

Requirements¶

You will need to download the following packages in order to compile Tulip.

For a 64-bits build :¶

  • the MinGW64 toolchain from the mingw-builds project (MinGW-x64-4.8.1)
  • the precompiled Qt 4.8.5 binaries from the mingw-builds project (MinGW-x64-Qt-4.8.5)
  • Python for 64 bits windows: either version 2.7-x64 or 3.3-x64.

For a 32-bits build :¶

  • the MinGW32 toolchain from the mingw-builds project (MinGW-x32-4.8.1)
  • the precompiled Qt 4.8.5 binaries from the mingw-builds project (MinGW-x32-Qt-4.8.5)
  • Python for 32 bits windows: either version 2.7-x32 or 3.3-x32

For both builds :¶

  • the MSYS shell from the mingw-builds project (MinGW-Msys)
  • CMake (CMake-2.8.12)
  • GLEW (Glew-1.10.0)
  • the NSIS, for Nullsoft Scriptable Install System (NSIS 2.46)

Setting up the build environment¶

The installation described on this page can be run on both 32 and 64-bits systems. In order to simplify the documentation, the steps will be explained using an x64 architecture by default. If you are completing this installation on a 32-bits operating system, please change the 64 value in the proposed paths with 32.

First install Python, CMake and NSIS (use default options). For the last one, you will need to add its root directory to the PATH environment variable. This can be achieved in the System Properties, tab Advanced System Parameters. You will need to click on the Environment Variables button and create or modify the user variable named PATH by adding the value

in it (if you have used the default installation path).

MinGW¶

Extract the MinGW toolchain to

Open the Qt4 archive and extract the content of the ported64 directory to

It provides some precompiled dependencies Tulip needs (zlib, freetype).

Qt4¶

Extract then the directory Qt64-4.8.5 (resp. Qt32-4.8.5) from it to your directory of choice, for instance

Then, create a file named qt.conf to

with the following content

It is needed by CMake to correctly setup the Tulip build.

Before proceeding, launch the script to reset the Qt path to its actual one.

Msys¶

Extract the content of the Msys archive to

Edit or create the file

and set its contents to

It is needed by CMake to find the compilers.

To launch the MSYS shell easily, we will create a new shortcut. Its target will be

The option enables the use of MinTTY, an alternative to rxvt. Move the shortcut to a location where it will be easily accessible (on the desktop, in the taskbar or in the start menu) and run it.

Tulip Computers N.v Driver Download For Windows 10

Glew¶

Extract the Glew archive to your directory of choice (for instance C:/).With a MSYS shell launch from the previously created shortcut, navigate to the Glew folder through the command

Then compile GLEW by simply entering the command

Once GLEW compiled, copy the include and lib directories to

Everything is now set up to build Tulip.

Tulip Computers N.v Driver Download For Windows 10

Preparing the build¶

Importing the Tulip source code¶

If you have followed the recommandations given at the top of this page, you should have created somewhere a directory called Tulip-4.X in which you can find the folder tulip-src.

To import the Tulip source into it, you can either get a release tarball or checkout the subversion repository with svn. The Msys shell can provide such tool or you may try a solution with a graphic interface, like Tortoise SVN.

With the MSYS shell, use the command

to navigate to the designated folder and get the Tulip files with the instruction

With Tortoise SVN, after a right click on tulip-src, select the action SVN Checkout a specify the checkout repository with the address

CMake and the build options¶

As explained previously, Tulip can be build using two different modes: Release and Debug. In the current demonstration, we will use the Release profile. If you want to use the other one, just adapt the appropriate fields by remplacing the term Release with Debug.

Tulip Computers N.v Driver Download For Windows 10 Free

With the Msys shell, enter the build-release folder

and launch the following command

You can also run CMake-gui with its executable (in C:Program Files (x86)CMake 2.8). You will, however, need to specify the source and build directories.

Once the CMake GUI appear click on Configure and then select “MinGW Makefiles” generator.

CMake will then display an error message. If you have run CMake through the Msys shell, just reclick on Configure, otherwise, if you have run the executable directly, you will need to specify the filepath to the make tool

then click again on Configure.

CMake will once more display an error message. This time, it did not find Qt4. Just fill the CMake variable QT_QMAKE_EXECUTABLE with the path to qmake.exe

Relaunch CMake configuration. You will then have to specify the following CMake variables (check “Grouped” and “Advanced” if you don’t see them)

You can use the Add entry button to add them, CMake will automatically merge variables using the same name (the * _LIBRARY are of type FILEPATH and the others are of type PATH).

Python should be automatically found, nevertheless, if you are using a 64-bits OS, you will have to replace the content of the variable PYTHON_LIBRARY by the path of the dll corresponding to the Python version used. If you have installed the 2.7, set it to

and if you are using the 3.3, change it to

Finish the CMake configuration by setting

and by changing the variable CMAKE_INSTALL_PREFIX to your installation directory of choice, for instance

The default value is incorrect as you can not write in C:Program Files (x86)tulip without admin privileges. Finally, add a new CMake variable (click on Add Entry for that) of type PATH

Relaunch one last time the CMake configuration, everything should be alright now (except the Python documentation generation but it is not critical, you will need to install the Sphinx Python module in order to generate it).

Click on Generate to produce the Makefiles and exit the CMake GUI.

Building Tulip¶

To build the Tulip software, return in the MSYS shell and, from the build directory, just enter the command

You can use parallel build to speed things up by adding the -jX option (set X to your number of processors).

Installing Tulip¶

Once Tulip is fully compiled, enter the following command to install it

Once it is finished, you can run the executable

located in the bin folder of the Tulip installation directory to launch the software.