aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-07-26 18:17:49 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-07-26 18:17:49 -0400
commita0318c976f372fc9a859f7bde1349013ec61422a (patch)
tree437431ceb321b774e534db954ec52de65f7d0a47 /doc
parent65321a824c4d97377e4b214c2e616f86e3100f6c (diff)
downloadtextadept-a0318c976f372fc9a859f7bde1349013ec61422a.tar.gz
textadept-a0318c976f372fc9a859f7bde1349013ec61422a.zip
Added notes on compiling ncurses version; doc/12_Compiling.md
Diffstat (limited to 'doc')
-rw-r--r--doc/12_Compiling.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md
index e27e3380..7bcab5e6 100644
--- a/doc/12_Compiling.md
+++ b/doc/12_Compiling.md
@@ -66,6 +66,8 @@ For Linux and BSD systems, simply run `make` in the `src/` directory. The
`textadept` and `textadeptjit` executables are created in the root directory.
Make a symlink from them to `/usr/bin/` or elsewhere in your `PATH`.
+Similarly, `make ncurses` builds `textadept-ncurses` and `textadeptjit-ncurses`.
+
Note: you may have to run `make CFLAGS="-I/usr/local/include"
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
@@ -93,9 +95,12 @@ and `../textadeptjit.osx`. At this point it is recommended to build a new
`Contents/MacOS/textadept.osx` and `Contents/MacOS/textadeptjit.osx` with your
own versions.
+Similarly, `make osx-ncurses` builds `../textadept-ncurses.osx` and
+`../textadeptjit-ncurses.osx`.
+
#### Compiling on OSX (Legacy)
-[XCode][] is needed for Mac OSX as well as [jhbuild][]. After building
+[XCode][] is needed for Mac OSX as well as [jhbuild][] (for GTK). After building
`meta-gtk-osx-bootstrap` and `meta-gtk-osx-core`, you need to build
`meta-gtk-osx-themes`. Note that the entire compiling process can easily take 30
minutes or more and ultimately consume nearly 1GB of disk space.
@@ -113,6 +118,10 @@ Note: to build a GTK+ for OSX bundle, the following needs to be run from the
where `username` is replaced with your username.
+Compiling the terminal version is not so expensive. After uncommenting the
+`Darwin` block mentioned above, simply run `make osx-ncurses` to build
+`../textadept-ncurses.osx` and `../textadeptjit-ncurses.osx`.
+
[XCode]: http://developer.apple.com/TOOLS/xcode/
[jhbuild]: http://sourceforge.net/apps/trac/gtk-osx/wiki/Build