• Home
  • Raw
  • Download

Lines Matching +full:clean +full:- +full:css

6 :file:`fmt/format-inl.h`, :file:`src/format.cc` and optionally other headers
51 cmake -DBUILD_SHARED_LIBS=TRUE ...
60 cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ...
66 After building the library you can install it on a Unix-like system by running
83 to exclude it from ``make``, ``make all``, or ``cmake --build .``.
88 target_link_libraries(<your-target> fmt::fmt)
90 Setting up your target to use a header-only version of ``fmt`` is equally easy::
92 target_link_libraries(<your-target> PRIVATE fmt::fmt-header-only)
98 build-system combined, to use ``fmt``.
102 - **https://cppget.org/fmt/** for released and published versions.
103 - `The git repository with the sources of the build2 package of fmt <https://github.com/build2-pack…
108 - ``build2`` package name: ``fmt``
109 - Library target name : ``lib{fmt}``
113 - Add one of the repositories to your configurations, or in your
120 - Add this package as a dependency to your ``./manifest`` file
125 - Import the target and use it as a prerequisite to your own target
135 `toolchain introduction <https://build2.org/build2-toolchain/doc/build2-toolchain-intro.xhtml>`_.
140 `Meson's WrapDB <https://mesonbuild.com/Wrapdb-projects.html>` includes a ``fmt``
145 - Install the ``fmt`` subproject from the WrapDB by running::
151 - In your project's ``meson.build`` file, add an entry for the new subproject::
156 - Include the new dependency object to link with fmt::
162 If desired, ``fmt`` may be built as a static library, or as a header-only
170 For the header-only version, use::
183 * `Less <http://lesscss.org/>`_ with ``less-plugin-clean-css``.
184 Ubuntu doesn't package the ``clean-css`` plugin so you should use ``npm``
187 sudo npm install -g less less-plugin-clean-css.
201 `conda-forge <https://conda-forge.org>`__
202 `package <https://github.com/conda-forge/fmt-feedstock>`__, as follows::
204 conda install -c conda-forge fmt
214 ./bootstrap-vcpkg.sh
228 lhelper activate <some-environment>
232 `lhelper's recipe <https://github.com/franko/lhelper-recipes>`__ repository.
240 `android-ndk-example <https://github.com/fmtlib/android-ndk-example>`_