[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2 doc_edit] users.rst: clean up ambiguities related to path set-up
After I tested user's guide successfully, I have made sure the ``unikraft-libs`` is just for external libraries. Signed-off-by: Ray LI <ray4opensource@xxxxxxxxx> --- Changed since v1: * fix understanding error * make sure it is correct according to run app successfully --- doc/guides/users.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guides/users.rst b/doc/guides/users.rst index d0f2d4f..2d347ce 100644 --- a/doc/guides/users.rst +++ b/doc/guides/users.rst @@ -20,7 +20,7 @@ Unikraft app has its own repo): :: Now edit the Makefile in the app directory. In particular, set the ``UK_ROOT`` and ``UK_LIBS`` variables to point to the directories where you -cloned the repos above. For instance, assuming the following directory +cloned the repos above. Noted that if you don't use external libraries, you don't need to edit ``UK_LIBS`` variable. It is just for external libraries.For instance, assuming the following directory structure :: ├── unikraft @@ -38,7 +38,6 @@ those variables as follows: :: UK_ROOT ?= $(PWD)/../../unikraft UK_LIBS ?= $(PWD)/../../unikraft-libs -Note that the above ``unikraft-libs`` directory is the ``lib`` directory in the ``unikraft`` directory. Finally, if your app will be using external libraries, set the ``LIBS`` variable to reflect this. For instance : :: -- 2.7.4 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |