From f1be0e38d3a28328269fc1f219109513041690af Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 1 Aug 2012 13:32:22 -0400 Subject: Added 'install' and 'uninstall' rules; src/Makefile --- doc/12_Compiling.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/12_Compiling.md') diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md index 7bcab5e6..e16aba01 100644 --- a/doc/12_Compiling.md +++ b/doc/12_Compiling.md @@ -73,6 +73,15 @@ CXXFLAGS="-I/usr/local/include -L/usr/local/lib"` if the prefix where any dependencies are installed is `/usr/local` and your compiler flags do not include them by default. +#### Installing + +Textadept is self-contained, meaning it does not need to be installed and can be +run from wherever it is located. However, if you want to install Textadept like +a normal Linux application, run the usual `make` and then `make install` or +`sudo make install` depending on your privilages. The default prefix is +`/usr/local` but you can change this by setting `DESTDIR` (e.g. `make install +DESTDIR=/prefix/to/install/to`). + ### Cross Compiling for Windows When cross-compiling from within Linux, first unzip the GTK+ for Windows bundle -- cgit v1.2.3