vIDEs – Download and Installation

The vIDEs code is released in the compiled version and can be downloaded here. As of now, the only supported operating system is Linux 64 bit. The actual license is currently unlimited  in time, but it may change in future. In order to be activated, an email has to be sent to fiori@quantavis.com, with the subject: “vIDEs activation”, specifying: 1) the name of the user, 2) the company, 3) the purpose for which vIDEs is going to be used and 4) the mac address of the interface used to access internet.

After that, the code will be automatically activated.

Put the code in whatever directory you prefer (e.g. /directoryname/vIDEs) and do not forget to export such directory, i.e., using the name of the previous directory

export PATH=$PATH:/directoryname/vIDEs

or alternatively

setenv PATH $PATH:/directoryname/vIDEs

You can also save the above command line in the .bashrc file in your home directory.

Sometime it can happen that you can receive a message “Permission denied”. In this case type the following commands, in the directory you have installed the code

chown your_user_name ./vIDEs

chmod +x ./vIDEs

where your_user_name is the username you use to login in your computer.

In order to work, you need to run vIDEs on a computer connected to the internet.


 

DISCLAIMER

THIS SOFTWARE IS PROVIDED BY THE AUTHORS ”AS IS” AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Comments are closed.