aboutsummaryrefslogtreecommitdiff
path: root/doc/12_Compiling.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-06-09 21:03:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-06-09 21:03:53 -0400
commite511c67fa74162308c6986d05487fd633ff37da0 (patch)
treefb248607cde1a7d06be6de259a2733d644928a2e /doc/12_Compiling.md
parent173869a597ae29d96a32faf876d7280ffa1af525 (diff)
downloadtextadept-e511c67fa74162308c6986d05487fd633ff37da0.tar.gz
textadept-e511c67fa74162308c6986d05487fd633ff37da0.zip
New makefile 'osx-app' rule for building Textadept.app.
Also added some OSX scripts from the bundle to the repository. Requires the latest "GTK+ for OSX bundle".
Diffstat (limited to 'doc/12_Compiling.md')
-rw-r--r--doc/12_Compiling.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md
index 35ab5167..32c88aee 100644
--- a/doc/12_Compiling.md
+++ b/doc/12_Compiling.md
@@ -117,13 +117,13 @@ Lua library loading do not allow statically linking LuaJIT to Textadept.
When cross-compiling from within Linux, first unzip the GTK+ for OSX bundle into
a new *src/gtkosx/* directory. Then run `make osx` to build *../textadept.osx*
-and *../textadeptjit.osx*. Build a new *Textadept.app* from an existing one by
-downloading the most recent app and replacing *Contents/MacOS/textadept.osx* and
-*Contents/MacOS/textadeptjit.osx* with your own versions.
+and *../textadeptjit.osx*.
Similarly, `make osx-curses` builds *../textadept-curses.osx* and
*../textadeptjit-curses.osx*.
+Build a new *Textadept.app* with `make osx-app`.
+
#### Compiling on OSX (Legacy)
Textadept requires [XCode][] as well as [jhbuild][] (for GTK+). After building