Commit Graph

16 Commits

Author SHA1 Message Date
Allan Odgaard
506b21a43f Merge pull request #55 from youngrok/master
brew uses proctools rather than pgrep
2012-08-10 03:26:43 -07:00
youngrok
547aa70aad Update README.md 2012-08-10 19:00:15 +09:00
Allan Odgaard
67c17d838b Move git clone + submodule update to README.
A few people were reporting build issues because they downloaded the source and thus lacked the submodules.
2012-08-10 11:01:32 +02:00
Allan Odgaard
a94ad3cc4c Also check brew for clang and boost dir.
We now prefer Apple’s clang over MacPorts/homebrew. This is because clang on Lion (with latest Xcode) should be recent enough to build TextMate.
2012-08-10 10:53:31 +02:00
Allan Odgaard
9637bc58ad Update build instructions for clang.
It appears that latest Xcode for Lion does ship with a clang recent enough to build TextMate.

Also added instructions on how to build clang via homebrew.
2012-08-10 10:33:56 +02:00
Adam Malcontenti-Wilson
a3a82c93ce Update .gitmodules to use Git over HTTP 2012-08-10 10:09:03 +02:00
Allan Odgaard
845bb96f5b Output full path to compiler used.
This should make it easier to troubleshoot when people report they have latest clang but get a “too old” failure, e.g. issue #45.
2012-08-10 10:05:23 +02:00
burgua
7143f0034e Update README.md 2012-08-09 22:55:16 +02:00
Mads Hartmann Jensen
009e0ac563 Update README.md
In order to build from TextMate you also need
to set the PATH variable.
2012-08-09 22:37:58 +02:00
Allan Odgaard
e8bad0d669 Quote compiler variables.
This is incase user has clang installed e.g. under /Applications/Xcode 4.5.app/…

Fixes issue #29.
2012-08-09 22:33:18 +02:00
Allan Odgaard
84b515d2bd Merge pull request #23 from sdefresne/master
Documentation fix
2012-08-09 12:33:09 -07:00
Sylvain Defresne
1f2b155dcf Fix links to ninja build system and Ninja Bundle
Markdown syntax is not case sensitive for hyperlink tags, so use
different tags for ninja, the build system, and Ninja, the TextMate
Bundle.
2012-08-09 20:22:33 +01:00
Allan Odgaard
767448f9e9 Use xcrun to locate Apple’s clang. 2012-08-09 19:30:21 +02:00
Allan Odgaard
7a58b5ec88 Merge pull request #12 from aaronbrethorst/ruby19_build_fixes
Hardcode Ruby scripts to use Apple’s build.
2012-08-09 10:16:53 -07:00
Aaron Brethorst
0462b4a18b Hardcode Ruby scripts to use the Apple-provided version of MRI 1.8 since rdoc/usage is missing in 1.9 2012-08-09 10:04:23 -07:00
Allan Odgaard
9894969e67 Initial commit 2012-08-09 16:25:56 +02:00