Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08bf3ef

Browse files
committed
Update buildexe_package_manager.rst
1 parent 3daa575 commit 08bf3ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/source/getting_started/buildexe_package_manager.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ Helloworld "fmtlib" example
6161
Options:
6262
--fmt TEXT ... fmt library
6363
64-
* Since we want to use the ``fmt`` library in our project we can now write your ``compile.toml`` file as given below.
64+
* Since we want to use the ``fmt`` library in our project we can now write our ``compile.toml`` file as given below. (See highlighted lines)
65+
* We then write our "script", include the ``fmt`` build header file and define our targets and dependencies.
66+
* Lastly we invoke buildexe to build our project
67+
68+
.. code-block:: bash
69+
70+
buildexe --config compile.toml --config $BUILDCC_HOME/host/host_toolchain.toml
6571
6672
Directory structure
6773
+++++++++++++++++++++

0 commit comments

Comments
 (0)