ffmpeg_web_local_app/get_fmt_static.sh


Home Back
#!/usr/bin/env bash

git clone https://github.com/fmtlib/fmt.git
cd fmt

cmake -S . -B build \
  -DBUILD_SHARED_LIBS=OFF \
  -DFMT_TEST=OFF \
  -DFMT_DOC=OFF

cmake --build build --config Release


Powered by Code, a simple repository browser by Fabio Di Matteo