diff options
author | 2012-12-26 13:10:51 -0500 | |
---|---|---|
committer | 2012-12-26 13:10:51 -0500 | |
commit | 49504f36cd57f58ae885ca722ced3a6d933a0ea3 (patch) | |
tree | 36b2e90192ab2d2c9e86883a03e750b0dadf44c2 /doc/12_Compiling.md | |
parent | b0daaa1699f3bfdb63c1ea9f601f266eb1642cca (diff) | |
download | textadept-49504f36cd57f58ae885ca722ced3a6d933a0ea3.tar.gz textadept-49504f36cd57f58ae885ca722ced3a6d933a0ea3.zip |
"make install" and "make ncurses install" install separate binaries.
Diffstat (limited to 'doc/12_Compiling.md')
-rw-r--r-- | doc/12_Compiling.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md index 077b726e..2870d5ed 100644 --- a/doc/12_Compiling.md +++ b/doc/12_Compiling.md @@ -87,6 +87,9 @@ a normal Linux application, run the usual `make` and then `make install` or */usr/local* but you can change this by setting `DESTDIR` (e.g. `make install DESTDIR=/prefix/to/install/to`). +Similarly, `make ncurses` and `make ncurses install` installs the ncurses +version. + ### Cross Compiling for Windows When cross-compiling from within Linux, first unzip the GTK+ for Windows bundle |