Linux

Last updated: 2021-01-17

  1. Go to CMake Linux Build, select the topmost run and download the "BrickSimLinux" artifact.
  2. Unzip it somewhere
  3. Open the terminal and go to the folder you unzipped the files
  4. Install the package using sudo apt install ./BrickSim.deb
    Maybe you will get a message like E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
    As the message already says, you have to execute apt --fix-broken install
  5. Run the program with BrickSim

If you want to uninstall it, execute sudo apt remove bricksim