Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

craftablescience/compressonator-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compressonator Compiler

A GitHub Actions workflow to compile Compressonator's core library. The SDK, CLI, and GUI are not compiled.

Releases come bundled with a CMake file to allow for easy usage of the compiled library. To use it, do something like the following:

# Set the path to the downloaded+unzipped release
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/path/to/compressonator/release")

# Say we have a library called "sample_lib"... Link to Compressonator using the given function.
# This function will link to the correct libraries and make the "Compressonator.h" header file available.
target_link_compressonator(sample_lib)

About

A GitHub Actions workflow to compile Compressonator.

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Sponsor this project

Contributors

Languages