From e511c67fa74162308c6986d05487fd633ff37da0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 9 Jun 2013 21:03:53 -0400 Subject: 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". --- doc/12_Compiling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3