Skip to content

Commit

Permalink
fix meson commands
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWitch committed Apr 1, 2022
1 parent 282dd4c commit 74e02a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/BUILD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ systems.
.. code:: sh
# inside the taisei/ directory you cloned before
meson setup -C build/
meson setup build/
You can also have the ``setup`` command contain certain build options (seen
below). The following are an *example* and *not required* for getting Taisei
Expand All @@ -204,7 +204,7 @@ building.
.. code:: sh
# enables Developer Mode and debugging symbols
meson setup -C build/ -Ddeveloper=true -Dbuildtype=debug
meson setup build/ -Ddeveloper=true -Dbuildtype=debug
You can then apply more build options later using ``meson configure`` (as seen
below). It will automatically reconfigure your build environment with the new
Expand Down Expand Up @@ -266,7 +266,7 @@ your choice.

.. code:: sh
meson setup --prefix=/path/goes/here -C build/
meson setup --prefix=/path/goes/here build/
Package Data (``-Dpackage_data``)
"""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit 74e02a4

Please sign in to comment.