How to build it? #505
Replies: 3 comments 1 reply
-
You'll have to provide more information than that 🙂 What does not work, what's your distro, what error message are you getting, etc etc. That being said I think the rendering of the docs is broken, some commands are just not appearing. See the raw doc for building from source: https://raw.githubusercontent.com/Snaipe/Criterion/bleeding/doc/setup.rst I assume you might not have run the meson setup & meson compile commands? |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Clone this repository:
.. code-block:: bash
$ git clone https://github.com/Snaipe/Criterion.git
Then, run the following commands to build Criterion:
.. code-block:: bash
$ meson setup build
$ meson compile -C build The following commands mentioned is missing in readthedocs, but existed in raw doc. Maybe need a fix? @Snaipe https://raw.githubusercontent.com/Snaipe/Criterion/bleeding/doc/setup.rst https://criterion.readthedocs.io/en/master/setup.html#building-from-source |
Beta Was this translation helpful? Give feedback.
-
How can I build it on a Linux machine? I am using "
sudo meson install -C build
" and its not workingBeta Was this translation helpful? Give feedback.
All reactions