Linux
Last updated: 2021-01-17
- Go to CMake Linux Build, select the topmost run and download the "BrickSimLinux" artifact.
- Unzip it somewhere
- Open the terminal and go to the folder you unzipped the files
- Install the package using
sudo apt install ./BrickSim.deb
Maybe you will get a message likeE: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
As the message already says, you have to executeapt --fix-broken install
- Run the program with
BrickSim
If you want to uninstall it, execute sudo apt remove bricksim