README: explain how to do out-of-tree builds.

This commit is contained in:
whitequark 2020-04-24 18:07:13 +00:00
parent f1087b2552
commit 9b26a1fa89
1 changed files with 8 additions and 1 deletions

View File

@ -118,6 +118,13 @@ Tests are located in the tests subdirectory and can be executed using the test t
$ make test
To use a separate (out-of-tree) build directory, provide a path to the Makefile.
$ mkdir build; cd build
$ make -f ../Makefile
Out-of-tree builds require a clean source tree.
Getting Started
===============