Welcome to the C SDK installation guide! 🚀
Follow these steps to get started with the C SDK on your system:

System Requirements

✅ Ensure your environment meets the following:

  • Operating System: Linux/macOS (Ubuntu 20.04 or later, macOS 10.15+)
  • Compiler: GCC 9.3+ or Clang 12+
  • Dependencies: Install Dependencies 📚

Installation Steps

  1. Download SDK
    ⬇️ Visit C_SDK_Download_Page to get the latest package.

    C_SDK_Download
  2. Extract Archive
    ⚠️ Use tar -xzf c_sdk_vX.X.X.tar.gz for Linux or double-click for macOS.

    Archive_Extract
  3. Configure Environment
    🛠️ Add export PATH=$PATH:/path/to/c_sdk/bin to your .bashrc or .zshrc.

    Environment_Configuration
  4. Verify Installation
    ✅ Run c_sdk --version to confirm the installation.

    Version_Validation

For advanced setup options, check C_SDK_Installation_Options 🔍.
Need help with compilation? 🧩 Refer to C_SDK_Usage_Tutorial for examples.