Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
In order to build from TextMate you also need
to set the PATH variable.
  • Loading branch information
mads-hartmann authored and sorbits committed Aug 9, 2012
1 parent e8bad0d commit 009e0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 009e0ac

Please sign in to comment.