File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
docs/source/getting_started Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,13 @@ Helloworld "fmtlib" example
61
61
Options:
62
62
--fmt TEXT ... fmt library
63
63
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
65
71
66
72
Directory structure
67
73
+++++++++++++++++++++
You can’t perform that action at this time.
0 commit comments