Difference between revisions of "Verge3D System Administrator's Guide"

From Verge3D Wiki
Jump to navigationJump to search
m
m
Line 12: Line 12:


  installer -pkg verge3d-maya-4.10.0.pkg -target CurrentUserHomeDirectory
  installer -pkg verge3d-maya-4.10.0.pkg -target CurrentUserHomeDirectory
== Using Linux version on Windows/macOS ==
The Verge3D's '''.xz''' distribution is intended to be installed on Linux/ChromeOS. Still, you can unpack it and use on macOS / Windows as well! Just follow the Linux guidelines from the User Manual:
* [https://www.soft8soft.com/docs/manual/en/blender/Installation.html#installation_linux Verge3D for Blender]
* [https://www.soft8soft.com/docs/manual/en/maya/Installation.html#install_linux Verge3D for Maya]


== See Also ==
== See Also ==

Revision as of 17:55, 14 July 2025

This page provides tips for setting up Verge3D in large-scale production environments, such as animation studios and educational institutions.

Installing Verge3D for Windows via command line

E.g. if you need to install Verge3D for Blender version 4.9.2, use the following command in the folder where installation distro located (to be run with admin privileges):

verge3d-blender-4.9.2.exe /S

Installing Verge3D for macOS via command line

E.g. if you need to install Verge3D for Maya version 4.10.0, use the following command (no admin privileges needed):

installer -pkg verge3d-maya-4.10.0.pkg -target CurrentUserHomeDirectory

Using Linux version on Windows/macOS

The Verge3D's .xz distribution is intended to be installed on Linux/ChromeOS. Still, you can unpack it and use on macOS / Windows as well! Just follow the Linux guidelines from the User Manual:

See Also

Deploying Blender in Production — Blender sysadmin guide.