diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-15 16:57:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-15 16:57:02 (EDT) |
commit | 443f79077d349db5aa14169a6c5ccf1e4bcd4cf1 (patch) | |
tree | 01924a3db679391b6d0494fa869de890028f2eea /INSTALL | |
parent | a5bba3e6fc970d6ea91d9679dbeb0c90fcf60b65 (diff) | |
parent | 56cc8c00ddebce8c0ccb3cd907ff5a66e7be226b (diff) |
Merge branch 'feature/build-system-improvements'.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -40,11 +40,4 @@ running `make DESTDIR=dest install`. Separate Build Directory ======================== -You can call the `configure` script from any directory on your system, and it -will detect the location of the package source directory. It is recommended -that you create a directory outside of the package source directory and build -and install the package from there as follows: - - $ ../path/to/package/configure - $ make - # make install +Building opkbuild from outside the source directory is currently unsupported. |