40 Commits

Author SHA1 Message Date
Allan Odgaard
e1e746f74f Remove obsolete build system information from README.md 2019-06-26 23:38:21 +02:00
Derek Linz
6457f37267 Update README.md to use new location of Cap’n Proto 2018-10-03 20:08:46 +02:00
Allan Odgaard
8df2b50061 Fix previous README commit
The commit in question is ba8b6d52f4
2016-12-03 21:43:04 +07:00
Gabriele Farina
68c1aa6cd0 Fix broken mercurial link 2016-10-31 17:34:02 +07:00
Morton Fox
b496ffc787 Update link to Ninja 2016-09-04 20:17:43 +02:00
Allan Odgaard
ba8b6d52f4 Update README file
Removed some old information and made the “how to build” instructions simpler (especially for Homebrew users).

This is based on changes from Mike McQuaid and closes #1338.
2016-08-31 09:19:28 +02:00
Allan Odgaard
1eae742111 Add info about avoiding libressl linker warnings 2016-07-10 17:49:43 +02:00
Allan Odgaard
b4a0704723 Remove 10.7 section from README 2016-06-22 22:53:06 +02:00
Ronald Wampler
5bbcf42487 Require LibreSSL instead of relying on the system provided openssl
Apple deprecated `openssl` in 10.7 and the headers are now removed in 10.11. Since we use some low level functions that are not provided in Apple's crypto frameworks, we now require are own version.
2015-10-03 17:33:21 +07:00
Joachim Mårtensson
b7a1011f96 Update install instructions 2015-05-09 21:24:38 +02:00
Waynn Lue
9d517741ef Moving a comma that seems misplaced 2015-04-30 15:15:56 +02:00
Allan Odgaard
ac9f64ed4a Do not specify SDK version as using ‘latest’ is generally desired
If we need to build with a specific version we can include it in CC/CXX using the --sdk argument.
2014-09-05 14:31:05 +02:00
Joachim Mårtensson
2df7620b8d Add Ruby 2.0 support for build scripts 2014-08-03 09:05:33 +02:00
Allan Odgaard
fb036b840c Remove bitdeli badge
This no longer works, and GitHub offers traffic analysis under “Graphs”.
2014-03-04 21:20:45 +07:00
Allan Odgaard
f96cc63c1c Add a Bitdeli badge to README 2014-01-14 17:37:40 +07:00
Allan Odgaard
354d88aab6 Build instructions: Assume people are using Xcode 5 2014-01-09 14:52:12 +07:00
Aria Stewart
21b5b27e65 Note that capnp is now brew installable 2014-01-09 14:34:30 +07:00
Charlie Park
deba175fa5 Updates link to Homebrew, to a functioning link. 2013-11-18 04:11:58 -08:00
Allan Odgaard
4f2feb4a0f Add more info about clang 3.2 setup 2013-08-20 18:43:17 +02:00
Allan Odgaard
d94a4b6484 Update build instructions
TextMate now require Cap’n proto and (to build Cap’n Proto) a clang newer than what comes with Xcode 4.x.
2013-08-18 17:29:30 +02:00
Allan Odgaard
4188f35fa4 Update README 2013-03-20 14:39:52 +01:00
Allan Odgaard
372f1a780e Don’t link to GitHub’s download section
This is an attempt of satisfying issue #677 — not entirely sure what was intended by opening that issue (given that nothing is presently broken and I surely will figure out another place to upload the builds once GitHub’s service is shut down completely).
2013-01-17 09:16:04 +01:00
Allan Odgaard
5be8d4b041 Factor out “Contributing” section of README
Motivated by https://github.com/blog/1184-contributing-guidelines
2012-12-14 23:06:12 +01:00
Gary S. Weaver
3ca80b9020 Spell out that “prebuilt binaries” is a link
A user may read the text and use GitHub’s download button, thinking this is what the README refers to.
2012-11-12 13:28:34 +07:00
Allan Odgaard
1a1a80629c Update README
Link to prebuilt binaries, mention 10.6 fork, libc++ requirement, boostdir variable, and the potential need for using xcode-select.
2012-09-16 12:05:34 +02:00
Allan Odgaard
b55a0cefff Fix typo 2012-08-25 21:09:37 +02:00
Gerd Knops
51cb92b527 Added GitHub workflow info to README.md 2012-08-22 21:34:30 +02:00
Allan Odgaard
56d763ee21 Update URL for ninja and CxxTest bundles
These are now stored at the TextMate GitHub account.
2012-08-18 15:30:23 +02:00
Andrew Hobden
18f6e2c6af Fixed Grammar Mistake. 2012-08-13 00:40:47 +02:00
Tuk Bredsdorff
f4f6d9cc6d Updated IRC channel name in README.
Only one octothorpe now.
2012-08-12 01:44:35 +02:00
jtmkrueger
e495a6e9a3 Add example textmate image to README
It's a good looking editor, let's see a picture.
2012-08-11 21:48:19 +02:00
Allan Odgaard
b9d8d61298 Add instructions about how to change a xib 2012-08-11 13:06:16 +02:00
shadowbq
707b45b2cd ninja now back in trunk of brew
ff13af6fb3
2012-08-10 08:27:57 -03: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
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
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
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
9894969e67 Initial commit 2012-08-09 16:25:56 +02:00