From 338d0ad21f01db708c40e06745afd20749a82926 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 18 Apr 2016 19:48:10 -0400 Subject: improve INSTALL documentation --- INSTALL-VCS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 INSTALL-VCS (limited to 'INSTALL-VCS') diff --git a/INSTALL-VCS b/INSTALL-VCS new file mode 100644 index 0000000..be80d41 --- /dev/null +++ b/INSTALL-VCS @@ -0,0 +1,17 @@ +The only tricky thing when building from Git 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, and copy the relevant files into the +libretools directory. This can be changed by adjusting the +`devtoolsdir` configuration variable, see "Configuration" in the main +INSTALL file. If the `$(devtoolsdir)` directory does not exist, but +all of the copied files exist in the libretools directory, they will +simply be used. + +In the distribution tarball includes the copies of the devtools files, +so it is not necessary to download the devtools source separately +when using the tarball. + +Once you have the devtools source taken care of, you can build and +install like normal. -- cgit v1.2.3