mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
README: document out-of-tree build support
This commit is contained in:
parent
0fbec516fd
commit
d1b1b4ee7d
11
docs/README
11
docs/README
@ -26,6 +26,17 @@ and your toplevel .config to a machine that has an internet-connection
|
|||||||
and issue "make source" there, then copy the content of your dl/ dir to
|
and issue "make source" there, then copy the content of your dl/ dir to
|
||||||
the build-host.
|
the build-host.
|
||||||
|
|
||||||
|
Building out-of-tree:
|
||||||
|
=====================
|
||||||
|
|
||||||
|
Buildroot supports building out of tree with a syntax similar
|
||||||
|
to the Linux kernel. To use it, add O=<directory> to the
|
||||||
|
make command line, E.G.:
|
||||||
|
|
||||||
|
$ make O=/tmp/build
|
||||||
|
|
||||||
|
And all the output files will be located under /tmp/build.
|
||||||
|
|
||||||
More finegrained configuration:
|
More finegrained configuration:
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user