We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3daa575 commit08bf3efCopy full SHA for 08bf3ef
docs/source/getting_started/buildexe_package_manager.rst
@@ -61,7 +61,13 @@ Helloworld "fmtlib" example
61
Options:
62
--fmt TEXT ... fmt library
63
64
-* Since we want to use the ``fmt`` library in our project we can now write your ``compile.toml`` file as given below.
+* 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
71
72
Directory structure
73
+++++++++++++++++++++