diff options
-rw-r--r-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ A) Building in the source-tree: | |||
23 | B) Building out-of-tree: | 23 | B) Building out-of-tree: |
24 | ------------------------ | 24 | ------------------------ |
25 | 25 | ||
26 | Note that top_srcdir, O and top_builddir have to be given as absolute paths. | ||
27 | |||
26 | 1) make the directory to hold the object files and chdir to it: | 28 | 1) make the directory to hold the object files and chdir to it: |
27 | 'mkdir /tmp/bb ; cd /tmp/bb' | 29 | 'mkdir /tmp/bb ; cd /tmp/bb' |
28 | Then prepare the config giving the full path to the source in top_srcdir: | 30 | Then prepare the config giving the full path to the source in top_srcdir: |