Skip to content

Seehed/applicationSt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This repository contains a registration key generator for ST applications. Follow the instructions below to compile the code and generate a registration key.

Instructions

  1. Install GCC (GNU Compiler Collection):

    sudo apt install gcc -y
  2. Download the source code from GitHub:

    wget https://raw.githubusercontent.com/Seehed/applicationSt/main/make-regkey.c -O make-regkey.c
    wget https://raw.githubusercontent.com/Seehed/applicationSt/main/st-common.h -O st-common.h
  3. Compile the code using GCC:

    gcc -o st-keygen make-regkey.c -std=c99 -Wall -Wextra -pedantic -lm
  4. Run st-keygen to generate a registration key (replace [LicenceHolder] with the actual name):

    sudo ./st-keygen [LicenceHolder]

Replace [LicenceHolder] with the desired License Holder name (Example EggMeRadio) when running the st-keygen command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages