---
title: 配置开发环境
description: "- 运行环境需要openEuler 22.03的操作系统。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/tee/ragsecgate/kunpengrag_16_0002.html
sourcePath: /source/zh/kunpengcctrustzone/tee/ragsecgate/kunpengrag_16_0002.html
indexId: b794c6e2759d73d9cfd37985cfc82cda06b18f9d95e338c166019865f174e1ed68
---
# 配置开发环境

- 运行环境需要openEuler 22.03的操作系统。

- 开发集成，参见  鲲鹏社区(https://www.hikunpeng.com/developer/download?zhTitle=机密计算&zhSubTitle=RAG&enTitle=SDS&enSubTitle=RAG)
获取BoostKit-RagGuard_1.0.zip软件包后，对文件进行解压，有如下文件清单：
**表1 文件清单**

| 目录位置 | 文件 | 说明 |
| --- | --- | --- |
| include/ | dbsd\_intf.h | 定义了socket接口，供生态伙伴引用，该头文件接口符合向下兼容原则。 |
| include/ | dbsd\_type.h | 定义了相应数据结构，供生态伙伴引用，该头文件接口符合向下兼容原则。 |
| lib/ | libhisec\_db\_detection.so libdocuejson.so libsecurec.so | 特性so以及依赖so。 |


- 开发者使用时，代码需包含dbsd_intf.h以及dbsd_type.h头文件，并用dlopen加载libhisec_db_detection.so、libdocuejson.so以及libsecurec.so 3个so文件，然后调用相关接口即可。
