diff options
author | 2013-06-09 21:03:53 -0400 | |
---|---|---|
committer | 2013-06-09 21:03:53 -0400 | |
commit | e511c67fa74162308c6986d05487fd633ff37da0 (patch) | |
tree | fb248607cde1a7d06be6de259a2733d644928a2e /doc/12_Compiling.md | |
parent | 173869a597ae29d96a32faf876d7280ffa1af525 (diff) | |
download | textadept-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.md | 6 |
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 |