==== Installing/Running ==== We provide a docker container that allows at running every Vitis features. It was tested on MacOs, Ubuntu and Windows (version >= 10.1904).\\ To install the container, you have to ask for downloading the package (see [[soft:vitis:download|download page]]).\\ - **Ubuntu** users will then have to download/uncompress/run {{soft:vitis:amapsim_x86-64.sh.tar|this script}}.\\ - **MacOS** users will then have to download/uncompress/run {{soft:vitis:amapsim_MacOSX.sh.tar|this script}}.\\ - **Windows** users will have to open an Ubuntu window and to download/uncompress/run {{soft:vitis:amapsim_windows.sh.tar|this script}}.\\ \\ To run a script, you have to provide the command: bash myscript.sh\\ \\ ** Requirements**:\\ **Linux** users should have curl, xauth and docker installed. If not, provide the command: sudo apt-get install curl; sudo apt-get install xauth; sudo snap install docker\\ **MacOS** users should have curl, xquartz, socat and docker installed. If not, use a package manager such as brew or macport to install what is missing.\\ **Windows** users will have to enable [[https://docs.microsoft.com/en-us/windows/wsl/install|WSL2]] on their system, to install, configure and run an Xserver (we have been using VcxSrv for tests [[https://sourceforge.net/p/vcxsrv/wiki/Using%20VcXsrv%20Windows%20X%20Server/|link for docs]] or [[https://stackoverflow.com/questions/61110603/how-to-set-up-working-x11-forwarding-on-wsl2|docs]]). Don't forget to disable access control for clients. They also will have to install [[https://docs.docker.com/desktop/windows/install/|docker]] services.