Getting started
System Requirements
QtRvSim is built using the Qt framework and supports multiple platforms. Please ensure your system meets the following minimum requirements before installation.
Supported Operating Systems
- Linux (64-bit distributions with Qt 5.12+)
- macOS (10.10 (Yosemite) or later)
- Windows (Windows 7 or later)
- WebAssembly (Browser-based)
- Modern versions of Firefox, Chromium-based browsers or Safari
Installation
Download the appropriate installation files from the official QtRvSim releases page: https://github.com/cvut/qtrvsim/releases
WebAssembly
Just open comparch.edu.cvut.cz/qtrvsim/app in your web browser to run QtRvSim without any installation.
Linux Installation
Choose the installation method that best suits your distribution:
Ubuntu 18.04+ and Derivatives
sudo add-apt-repository ppa:qtrvsimteam/ppa
sudo apt-get update
sudo apt-get install qtrvsim
Arch, CentOS, Debian, Fedora, openSUSE, Raspbian/Raspberry Pi OS
- Visit the Open Build Service download page
- Select your specific distribution and version
- Follow the provided instructions to add the repository and install it
Arch Linux (AUR)
You can install QtRvSim from the Arch User Repository (AUR) using an AUR helper like yay:
yay -S qtrvsim
# or
yay -S qtrvsim-git # for the latest development version
Flatpak (Universal Package)
flatpak install flathub cz.cvut.edu.comparch.qtrvsim
Launch with:
flatpak run cz.cvut.edu.comparch.qtrvsim
NixOS/Nix
Install the package directly from the official nixpkgs repository.
Permanent installation
Add qtrvsim to your configuration.nix file:
environment.systemPackages = [
pkgs.qtrvsim
];
Temporary usage
nix-shell -p qtrvsim --run qtrvsim_gui
Windows Installation
- Download the Windows archive:
qtrvsim-mingw32-[version].zip - Extract the contents to your preferred location (e.g.,
C:\QtRvSim) - Launch
qtrvsim.exefrom the extracted folder - No additional installation steps required
macOS Installation
Method 1: Disk Image (Recommended)
- Download the macOS disk image:
qtrvsim-macos-[version].dmg - Open the .dmg file
- Drag the QtRvSim application to your Applications folder
- First launch: Right-click the application in Applications, select “Open,” and confirm if prompted by Gatekeeper
Method 2: Archive File
- Download the macOS archive:
qtrvsim-macos-[version].zip - Extract the QtRvSim.app bundle
- Move QtRvSim.app to your Applications folder
- Follow step 4 from Method 1 for first launch