UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

fmt

fmt is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.

Package info

Codename: fmt
Source file: fmt-6.2.0.zip
Source directory: fmt-6.2.0
Package URL: https://umvirt.com/linux/downloads/0.1/packages/f/fmt-6.2.0.zip
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/f/fmt-6.2.0.zip.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: restinio.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cd fmt-6.2.0
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=TRUE\
-DBUILD_STATIC_LIBS=OFF \
..

Build script:
make

Install script:
make install