%general-entities; ]> fmt-&fmt-version; fmt Introduction to fmt The fmt package is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. &lfs121_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &fmt-md5sum; Download size: &fmt-size; Estimated disk space required: &fmt-buildsize; Estimated build time: &fmt-time; Installation of fmt Install fmt by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DBUILD_SHARED_LIBS=ON \ -DFMT_TEST=OFF \ -G Ninja .. && ninja If you have enabled tests, issue: ninja test. Now, as the root user: ninja install Command Explanations -DFMT_TEST=OFF: This switch initializes the package tests. Set to ON if you wish to run tests. Contents Installed Programs Installed Libraries Installed Directories None libfmt.so /usr/include/fmt and /usr/lib/cmake/fmt