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
Download SDK
⬇️ Visit C_SDK_Download_Page to get the latest package.Extract Archive
⚠️ Usetar -xzf c_sdk_vX.X.X.tar.gz
for Linux or double-click for macOS.Configure Environment
🛠️ Addexport PATH=$PATH:/path/to/c_sdk/bin
to your.bashrc
or.zshrc
.Verify Installation
✅ Runc_sdk --version
to confirm the installation.
For advanced setup options, check C_SDK_Installation_Options 🔍.
Need help with compilation? 🧩 Refer to C_SDK_Usage_Tutorial for examples.