Releases: hanjingo/high-jump
Releases Β· hanjingo/high-jump
High Jump v1.0.4
High Jump v1.0.4
This release contains the complete source code for the High Jump C++17 library framework.
π¦ Source Code Packages
| Package | Description | Size |
|---|---|---|
high-jump-source-v1.0.4.tar.gz |
Source archive (tar.gz format, recommended for Linux/macOS) | |
high-jump-source-v1.0.4.zip |
Source archive (ZIP format, recommended for Windows) |
π Verification
SHA256 and MD5 checksums are provided for package verification:
high-jump-source-v1.0.4.tar.gz.sha256high-jump-source-v1.0.4.zip.sha256high-jump-source-v1.0.4.tar.gz.md5high-jump-source-v1.0.4.zip.md5
π Package Information
- Version: v1.0.4
- Commit:
58b2ad6cbbda5c37bf72d4ad0105a8b3dfb7bddb - Build Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
- Container Registry:
ghcr.io/hanjingo/high-jump-source:v1.0.4
π Usage
Download and Extract
# Using wget (Linux/macOS)
wget https://github.com/hanjingo/high-jump/releases/download/v1.0.4/high-jump-source-v1.0.4.tar.gz
tar -xzf high-jump-source-v1.0.4.tar.gz
cd high-jump-source-v1.0.4
# Using GitHub Container Registry
docker pull ghcr.io/hanjingo/high-jump-source:v1.0.4Verify Package Integrity
# Verify SHA256 checksum
sha256sum -c high-jump-source-v1.0.4.tar.gz.sha256Build Instructions
See the included README.md for comprehensive build instructions.
π Quick Start
# Extract and build (requires vcpkg)
tar -xzf high-jump-source-v1.0.4.tar.gz
cd high-jump-source-v1.0.4
# Configure build environment
python3 scripts/configure.py
# Build
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE="$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake"
cmake --build .High Jump v1.0.3
High Jump v1.0.3
This release contains the complete source code for the High Jump C++17 library framework.
π¦ Source Code Packages
| Package | Description | Size |
|---|---|---|
high-jump-source-v1.0.3.tar.gz |
Source archive (tar.gz format, recommended for Linux/macOS) | |
high-jump-source-v1.0.3.zip |
Source archive (ZIP format, recommended for Windows) |
π Verification
SHA256 and MD5 checksums are provided for package verification:
high-jump-source-v1.0.3.tar.gz.sha256high-jump-source-v1.0.3.zip.sha256high-jump-source-v1.0.3.tar.gz.md5high-jump-source-v1.0.3.zip.md5
π Package Information
- Version: v1.0.3
- Commit:
9eb0bb1de64179885aef9607c9a09903a5e53573 - Build Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
- Container Registry:
ghcr.io/hanjingo/high-jump-source:v1.0.3
π Usage
Download and Extract
# Using wget (Linux/macOS)
wget https://github.com/hanjingo/high-jump/releases/download/v1.0.3/high-jump-source-v1.0.3.tar.gz
tar -xzf high-jump-source-v1.0.3.tar.gz
cd high-jump-source-v1.0.3
# Using GitHub Container Registry
docker pull ghcr.io/hanjingo/high-jump-source:v1.0.3Verify Package Integrity
# Verify SHA256 checksum
sha256sum -c high-jump-source-v1.0.3.tar.gz.sha256Build Instructions
See the included README.md for comprehensive build instructions.
π Quick Start
# Extract and build (requires vcpkg)
tar -xzf high-jump-source-v1.0.3.tar.gz
cd high-jump-source-v1.0.3
# Configure build environment
python3 scripts/configure.py
# Build
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE="$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake"
cmake --build .High Jump v1.0.2
High Jump v1.0.2
This release contains the complete source code for the High Jump C++17 library framework.
π¦ Source Code Packages
| Package | Description | Size |
|---|---|---|
high-jump-source-v1.0.2.tar.gz |
Source archive (tar.gz format, recommended for Linux/macOS) | |
high-jump-source-v1.0.2.zip |
Source archive (ZIP format, recommended for Windows) |
π Verification
SHA256 and MD5 checksums are provided for package verification:
high-jump-source-v1.0.2.tar.gz.sha256high-jump-source-v1.0.2.zip.sha256high-jump-source-v1.0.2.tar.gz.md5high-jump-source-v1.0.2.zip.md5
π Package Information
- Version: v1.0.2
- Commit:
0a0a77ffe030ae899f884b628f8a51c34d5adc2a - Build Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
- Container Registry:
ghcr.io/hanjingo/high-jump-source:v1.0.2
π Usage
Download and Extract
# Using wget (Linux/macOS)
wget https://github.com/hanjingo/high-jump/releases/download/v1.0.2/high-jump-source-v1.0.2.tar.gz
tar -xzf high-jump-source-v1.0.2.tar.gz
cd high-jump-source-v1.0.2
# Using GitHub Container Registry
docker pull ghcr.io/hanjingo/high-jump-source:v1.0.2Verify Package Integrity
# Verify SHA256 checksum
sha256sum -c high-jump-source-v1.0.2.tar.gz.sha256Build Instructions
See the included README.md for comprehensive build instructions.
π Quick Start
# Extract and build (requires vcpkg)
tar -xzf high-jump-source-v1.0.2.tar.gz
cd high-jump-source-v1.0.2
# Configure build environment
python3 scripts/configure.py
# Build
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE="$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake"
cmake --build .