diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-04-18 19:48:10 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-04-18 19:48:10 -0400 |
commit | 338d0ad21f01db708c40e06745afd20749a82926 (patch) | |
tree | e2acc5062ca13b1208299774b5ff23487ec8e2ea /INSTALL | |
parent | 4324e0063a0293de4634f2368439640534610a85 (diff) |
improve INSTALL documentation
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -1,16 +1,13 @@ -Installation of libretools is pretty straight-forward. The only -tricky thing is the weird dependence on the devtools-par source code. - -The build system will by default look at `$(topdir)/../devtools-par` -for the devtools-par source code. This can be changed by adjusting -the `devtoolsdir` configuration variable, see "Configuration" below. - -Once you have the devtools source taken care of, you can have the -default everything-included install by running: +Installation of libretools is pretty straight-forward: $ make # make install +As a caveat, by default, if the directory `devtools-par` exists in the +same directory as the `libretools-${version}` directory, and contains +newer files than the libretools directory, they will be copied into +the libretools directory. See INSTALL-VCS for more details. + Dependencies ------------ |