Currently, when installing the ZED SDK on Ubuntu, everything in /usr/local/zed is set to be owned by the currently logged in user, with user-only permissions.
This means the ZED SDK can’t be used by multiple users, since other users don’t have permissions to access e.g. /usr/local/zed/lib.
How can I install the ZED SDK for use by multiple users?
Really, the installer should be either making everything all-user readable/executable, or better yet setting up an actual zed user group.
That’s not possible. The ZED SDK installs into /usr/local/zed. If you install it as user A, then reinstall it as user B, the installer will change all the permissions to user B, so user A will lose access to the SDK.
Installing it for each user that needs to use it would only work if the ZED SDK installed into a user-specific path.