cangjie-tls-build

Compile Cangjie projects using stdx.net.tls with OpenSSL 3 configuration.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/zhenzhizhi12/NexusAgent --skill cangjie-tls-build-zhenzhizhi12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cangjie-tls-build
Source: https://github.com/zhenzhizhi12/NexusAgent/tree/main/.opencode/skills/common-skill-l1/tls_build
Command: npx skills add https://github.com/zhenzhizhi12/NexusAgent --skill cangjie-tls-build-zhenzhizhi12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for compiling and building Cangjie projects that depend on the stdx.net.tls package, ensuring correct setup of OpenSSL and project configurations.

Core Features & Use Cases

  • OpenSSL 3 Installation: Detailed instructions for Linux, macOS, and Windows.
  • cjpm.toml Configuration: Guidance on setting up dynamic and static library dependencies for various platforms.
  • Build & Deployment: Steps for building and running applications using TLS, including considerations for static vs. dynamic linking.
  • Troubleshooting: Common issues and their solutions related to TLS compilation and runtime.

Quick Start

Configure your cjpm.toml to include the stdx.net.tls dynamic library for your target platform.

Frequently Asked Questions about cangjie-tls-build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Cangjie project that uses the stdx.net.tls library?

Configuring cjpm.toml for dynamic or static dependencies is the core step for building Cangjie TLS projects. You must also install OpenSSL 3 on your target platform before compilation.

What is the correct way to install OpenSSL 3 for Cangjie TLS compilation on macOS and Windows?

Installing OpenSSL 3 for Cangjie TLS compilation requires platform-specific steps. This Skill guides you through the setup process for Linux, macOS, and Windows environments.

Why does my Cangjie TLS build fail with OpenSSL linking errors?

Cangjie TLS build errors frequently occur due to improper cjpm.toml configuration or missing OpenSSL 3 libraries. This Skill provides troubleshooting steps for common compilation issues.

Does the Cangjie TLS build support static linking for Windows deployment?

Cangjie TLS builds do support static linking for Windows deployment. This Skill details how to configure cjpm.toml for static and dynamic dependencies across Linux, macOS, and Windows.

What runtime errors should I expect when deploying a Cangjie TLS application with dynamic dependencies?

Runtime errors in deployed Cangjie TLS applications typically involve dynamic library paths. This Skill addresses these common runtime issues and provides deployment strategies for dynamic dependencies.