mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Update README.md
In order to build from TextMate you also need to set the PATH variable.
This commit is contained in:
committed by
Allan Odgaard
parent
e8bad0d669
commit
009e0ac563
@@ -51,7 +51,7 @@ To install using [MacPorts][]:
|
||||
|
||||
You should install the [Ninja][NinjaBundle] and [CxxTest][] bundles. Both can be installed via _Preferences_ → _Bundles_.
|
||||
|
||||
After this you can press ⌘B to build from within TextMate.
|
||||
After this you can press ⌘B to build from within TextMate. In case you haven't already you also need to set up the `PATH` variable either in _Preferences_ → _Variables_ or `~/.tm_properties` so it can find `ninja` and related tools; an example could be `$PATH:/opt/local/bin`.
|
||||
|
||||
The default target is `TextMate/run`. This will relaunch TextMate but when called from within TextMate, a dialog will appear before the current instance is killed. As there is full session restore, it is safe to relaunch even with unsaved changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user