# reapack **Repository Path**: mirrors_cheton/reapack ## Basic Information - **Project Name**: reapack - **Description**: 📦 Package manager for REAPER - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReaPack: Package manager for REAPER [![Build status](https://ci.appveyor.com/api/projects/status/hq0g2nleele3pqrl/branch/master?svg=true)](https://ci.appveyor.com/project/cfillion/reapack/branch/master) [![Donate](https://img.shields.io/badge/donate-paypal-orange.svg)](https://www.paypal.com/cgi-bin/webscr?business=T3DEWBQJAV7WL&cmd=_donations¤cy_code=CAD&item_name=ReaPack%3A+Package+manager+for+REAPER) Visit the [ReaPack website](https://reapack.com/) for ready-to-use binaries, the user guide or the package upload tool. ## Building from source Clone the repository and submodules: git clone --recursive https://github.com/cfillion/reapack.git ### Prerequisites Software requirements: - [CMake](https://cmake.org/) 3.15 or newer - C++17 compiler (MSVC on Windows) - PHP (Linux and macOS only) #### Linux Install the following libraries (and development headers if your system provides them separately): - [Boost](https://www.boost.org/) (1.56 or later) - [Catch2](https://github.com/catchorg/Catch2) - [libcurl](https://curl.haxx.se/libcurl/) - [libxml2](http://www.xmlsoft.org/) - [OpenSSL](https://www.openssl.org/) or compatible - [SQLite](https://www.sqlite.org/) - [zlib](https://www.zlib.net/) #### macOS Install Boost and Catch2 using [Homebrew](https://brew.sh) (recommended). The build tools can be installed using `xcode-select --install` or the Xcode IDE. #### Windows MSVC can be installed with the [Build Tools for Visual Studio]( https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) or the Visual Studio IDE. Use the x64 or x86 Native Tools Command Prompt for VS 20XX matching the target architecture when configuring or building ReaPack. Install [vcpkg](https://docs.microsoft.com/cpp/build/vcpkg) in any directory: git clone https://github.com/Microsoft/vcpkg.git C:\path\to\vcpkg C:\path\to\vcpkg\bootstrap-vcpkg.bat Set the `VCPKG_ROOT` and `VCPKG_DEFAULT_TRIPLET` environment variables (only required when running `vcpkg install` or creating a new build tree): set VCPKG_ROOT=C:\path\to\vcpkg set VCPKG_DEFAULT_TRIPLET=%PLATFORM%-windows-static Install ReaPack's build dependencies: set /p reapack-deps=