# FastDeploy 预编译部署库 FastDeploy提供了在Windows/Linux/Mac上的预先编译C++部署库,开发者可以直接下载使用,也可以自行编译代码。 ## 环境依赖 - cmake >= 3.12 - g++/gcc >= 8.2 - cuda >= 11.2 - cudnn >= 8.0 ## 下载地址 | 系统 | 架构 | 硬件 | 下载链接 | | :--- | :--- | :--- | :------- | | Linux| x64 | CPU | [fastdeploy-linux-x64-0.2.0.tgz]() | | Linux | x64 | CPU/GPU | [fastdeploy-linux-x64-gpu-0.2.0.tgz]() | | Windows | x64 | CPU | [fastdeploy-win-x64-0.2.0.zip]() | | Windows | x64 | CPU/GPU | [fastdeploy-win-x64-gpu-0.2.0.zip]() | | Mac | x86_64 | CPU | [fastdeploy-osx-x86_64-0.2.0.tgz]() | | Mac | arm64 | CPU | [fastdeploy-osx-arm64-0.2.0.tgz]() | ## 其它文档 - [预编译Python wheel包](./prebuilt_wheels.md) - [FastDeploy C++部署](../../examples)