aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-04-19 11:52:36 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-04-19 11:52:36 -0400
commit4c8ca3bd108dbb2082d51eeff5fc2e2161bbd07a (patch)
treeda35ea9713cda5270b6c3e2ac04bf84715e5ad09 /doc
parent15874864402af14f957d3fbac7c37a1518d44d80 (diff)
Experimental move to 64-bit executables on Mac OSX.
It seems 32-bit executables will not be allowed soon.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/manual.md b/doc/manual.md
index fcd5c51a..ed824598 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -1776,9 +1776,8 @@ Note that the entire compiling process can easily take 30 minutes or more and
ultimately consume nearly 1GB of disk space.
After using *jhbuild*, GTK+ is in *~/gtk/* so make a symlink from *~/gtk/inst*
-to *src/gtkosx* in Textadept. Then open *src/Makefile* and uncomment the
-"Darwin" block. Finally, run `make osx` to build *../textadept.osx* and
-*../textadeptjit.osx*.
+to *src/gtkosx* in Textadept. Then run `make osx` to build *../textadept.osx*
+and *../textadeptjit.osx*.
Developer note: in order to build a GTK+ for OSX bundle, run the following from
the *src/* directory before zipping up *gtkosx/include/* and *gtkosx/lib/*:
@@ -1789,8 +1788,7 @@ the *src/* directory before zipping up *gtkosx/include/* and *gtkosx/lib/*:
where `username` is your username.
Compiling the terminal version is not so expensive and requires no additional
-libraries. After uncommenting the "Darwin" block mentioned above, simply run
-`make osx-curses` to build *../textadept-curses.osx* and
+libraries. Simply run `make osx-curses` to build *../textadept-curses.osx* and
*../textadeptjit-curses.osx*.
[XCode]: http://developer.apple.com/TOOLS/xcode/