Skip to content

Commit 5a2dc7a

Browse files
astrobitcdunn2001
authored andcommitted
Add comment to README giving instructions on how to install to a directory other than /usr/local (#694)
1 parent a06b390 commit 5a2dc7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ format to store user input files.
3434
Thanks to David Seifert (@SoapGentoo), we (the maintainers) now use [meson](http://mesonbuild.com/) and [ninja](https://ninja-build.org/) to build for debugging, as well as for continuous integration (see [`travis.sh`](travis.sh) ). Other systems may work, but minor things like version strings might break.
3535

3636
First, install both meson (which requires Python3) and ninja.
37+
If you wish to install to a directory other than /usr/local, set an environment variable called DESTDIR with the desired path:
38+
DESTDIR=/path/to/install/dir
3739

3840
Then,
3941

0 commit comments

Comments
 (0)