Building the Lite Installation Package

Use the build/script/cmake_package_mini.sh script to build the openGauss Lite installation package.

Prerequisites

Procedure

  1. Run the following command to go to the code directory:

    [user@linux sda]$ cd /sda/openGauss-server/build/script
    
  2. Run the following command to build the openGauss installation package:

    [user@linux openGauss-server]$ sh cmake_package_mini.sh -3rd [binarylibs path] -m [release | debug | memcheck]
    

    For example:

    sh cmake_package_mini.sh -m release -3rd /sdc/binarylibs            # Generate the openGauss Lite installation package of the release version.
    
  3. If the following information is displayed, the installation package build is successful:

    success!
    
    • The generated installation package is stored in the ./output directory.
    • The build and packaging log file is stored in ./build/script/makemppdb_pkg.log.
Feedback
编组 3备份
    openGauss 2025-06-17 22:43:15
    cancel