The Vitis Unified IDE supports cross OS scenarios were multiple teams can be working on different operating systems. A Vitis workspace can be moved from a Linux OS to a Windows OS and vice versa. You can open projects or components seamlessly across different operating systems and rebuild them without failures.
There are a few recommended ways of distributing a Vitis workspace between operating systems:
- Version Control: Push the project to a shared GitHub repo and clone it down into the other OS.
- Export/Import: Export the workspace as a '.zip' file. Open the Vitis Unified IDE in the other OS and import the .zip file.
See previous chapters on git usage and export/import functionality for more specific guidelines.