mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-05-04 14:00:54 +00:00
dcfaf91903502903beca45151eef73bd47de66db
OpenSuperClone
This is a fork of the HDDSuperClone source code (http://www.hddsuperclone.com/) released under the GPL2 by Scott Dwyer.
Changes (since version 2.3.3_20220430 of HDDSuperClone)
- Cleanup of project files
- Implemented CMake as build system
- Removal of licensing related functions
- Switched from GTK2 to GTK3
- Updated kernel driver to work on 5.15
Known Issues
- OSCViewer is extremely buggy in GTK3 and missing functionality from its GTK2 counterpart, it is recommended to build it with GTK2 instead
Compiling
# Install required packages for building
./install-build-requirements.sh
# Build OpenSuperClone and OSCViewer
./build.sh
Compilation has been successfully tested on Ubuntu 22.04.1.
Running
# Install dependencies for running
./install-dependencies-deb.sh
# Run OpenSuperClone
sudo ./bin/opensuperclone
# Run OSCViewer
./bin/osscviewer
Installing
Installation will copy the OpenSuperClone and OSCViewer executables and associated scripts to /usr/local/bin, and copy translation files to /usr/local/share/doc.
# Install OpenSuperClone
./install.sh
Description
Languages
C
99.1%
CMake
0.5%
Shell
0.4%