Skip to content

v0.35

Choose a tag to compare

@shamrice shamrice released this 04 Feb 19:05
· 36 commits to main since this release

Initial release of CRSSR. Functionality should all be implemented but bugs may still be present.

Install Options

Build from source:

Run build.sh shell script in the source directory. Then run built executable crssr

Install .deb package

Install package:
sudo dpkg -i crssr_0.35-1.deb

To remove:
sudo dpkg --remove crssr
(Note: You may need to manually clean up the files in the /opt/crssr directory before dpkg will allow you to fully remove the package.)