# Flower Password Cli **Repository Path**: jigsawecho/flower-password-cli ## Basic Information - **Project Name**: Flower Password Cli - **Description**: Flower Password Cli - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-30 - **Last Updated**: 2022-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flower Password CLI ## Unix ```bash cmake -B build -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" cmake --build build --config Release --clean-first -t package ``` ## MinGW ```bash cmake -B build_mingw -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" cmake --build build_mingw --config Release --clean-first -t package ``` ## ~~MSVC~~ ### ~~win32~~ ```bash cmake -B build_win32 -DCMAKE_BUILD_TYPE=Release -A win32 cmake --build build_win32 --config Release --clean-first -t package ``` ### ~~x64~~ ```bash cmake -B build_x64 -DCMAKE_BUILD_TYPE=Release -A x64 cmake --build build_x64 --config Release --clean-first -t package ```