Hallo, some one can tell me what steps for install vray standalone 3 on ubuntu 12.04?The document says about a script ./install in the directory but i'm unable to find it
Announcement
Collapse
No announcement yet.
vray standalone install
Collapse
X
-
There is no ./install script, check this page: http://docs.chaosgroup.com/display/V...dalone-Linux.2
-
So you need to install License Server or V-Ray Standalone?
Comment
-
Comment
-
MY PROBLEM IS,THAT IN THE FILE UNZIPPED THERE IS NO FILE THAT START INSTALLATION :vraystd_adv_31003_x64_vc11_hwlic.zip AND vraystd_adv_31003_linux_x64_gcc-4.4_hwlic, I UNZIPPED THE 1 FILE AND THE CONTENTS IS THAT SHOWNED IN THE PIC BELOW THE SECOND FILE IS ANOTHE KIND OF PACKAGE , TRIED TO UNPACK BUT SEEM MISSING SOME FILE, AN ADVERTSING SAY MISSING BLOCK.
Comment
-
vraystd_adv_31003_x64_vc11_hwlic.zip
So, first you need "vraystd_adv_31003_linux_x64_gcc-4.4_hwlic.zip" for Linux. Then you unpack this archive. After unpack you will have "vraystd_adv_31003_linux_x64_gcc-4.4_hwlic" and this is the installer and you need to run it.
Like this:
Code:sudo ./vraystd_adv_31003_linux_x64_gcc-4.4_hwlic
And here is an example from Ubuntu:
Comment
-
Comando non trovato means "command not found" i don't understand the other file present in the archive, when i unzip the file downloaded from chaos , i find 3 file
A file vray_changelog.tx
a vraystd_adv_31003_linux_x64_gcc-4.4_hvlic
and another file zip called
vraystd_adv_31003_linux_x64_gcc-4.4_hvlic.zip
Comment
-
Try this command:
Code:chmod +x vraystd_adv_31003_linux_x64_gcc-4.4_hwlic
Code:sudo ./vraystd_adv_31003_linux_x64_gcc-4.4_hwlic
Comment
Comment