mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-08-24 20:16:31 +00:00
09e285f5c67e607fcb825743334ef3b4c3e8bae3
OpenSuperClone
This is a fork of the HDDSuperClone source code (http://www.hddsuperclone.com/) released under the GPL2 by Scott Dwyer.
Only changes so far include removal of unnecessary license check code and cleanup of the project files. The CLI program HDDSuperTool has been completely removed.
Compiling
# Install required packages for building
./install-build-requirements.sh
# Build HDDSuperClone and HDDSCViewer
./build.sh
Compilation has been successfully tested on Ubuntu 22.04.1.
Running
# Install dependencies for running
./install-dependencies-deb.sh
# Run HDDSuperClone
sudo ./bin/hddsuperclone
# Run HDDSCViewer
sudo ./bin/hddscviewer
Languages
C
99.1%
CMake
0.5%
Shell
0.4%