From be822b8a875b97d0cac63a1d06bd123b00ba1c13 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 15 Aug 2014 14:58:42 -0400 Subject: Added note about `make deps` when compiling from source; doc/manual.md --- doc/manual.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'doc/manual.md') diff --git a/doc/manual.md b/doc/manual.md index 18862919..5aee1b2d 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1520,10 +1520,11 @@ binaries. ### Compiling on Linux and BSD -For Linux and BSD systems, simply run `make deps` in the *src/* directory to -prepare the build environment followed by `make` to build the *textadept* and -*textadeptjit* executables in the root directory. Make a symlink from them to -*/usr/bin/* or elsewhere in your `PATH`. +For Linux and BSD systems, simply run `make deps` (or `make deps NIGHTLY=1` when +compiling Textadept from the latest source rather than from a tagged release) in +the *src/* directory to prepare the build environment, followed by `make` to +build the *textadept* and *textadeptjit* executables in the root directory. Make +a symlink from them to */usr/bin/* or elsewhere in your `PATH`. Similarly, `make curses` builds *textadept-curses* and *textadeptjit-curses*. @@ -1539,9 +1540,10 @@ compiler flags do not include them by default. Textadept is self-contained, meaning you do not have to install it, and runs from its current location. Should you choose to install Textadept like a normal -Linux application, run `make deps` and then the usual `make` and `make install` -or `sudo make install` commands depending on your privileges. The default prefix -is */usr/local* but setting `DESTDIR` (e.g. +Linux application, run `make deps` (or `make deps NIGHTLY=1` as noted in the +previous section) and then the usual `make` and `make install` or +`sudo make install` commands depending on your privileges. The default prefix is +*/usr/local* but setting `DESTDIR` (e.g. `make install DESTDIR=/prefix/to/install/to`) changes it. Similarly, `make curses` and `make curses install` installs the curses version. -- cgit v1.2.3