summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
Commit message (Collapse)AuthorAgeFilesLines
* Update the getting started documentation to match the corresponding LLVM ↵Aaron Ballman2017-05-251-0/+4
| | | | | | commit in r303912. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303913 91177308-0d34-0410-b5e6-96231b3b80d8
* Add instructions in clang get_started page about working with a monorepoMehdi Amini2016-11-121-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286696 91177308-0d34-0410-b5e6-96231b3b80d8
* In the get started page, also explain how to start the testsuiteSylvestre Ledru2016-09-261-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282402 91177308-0d34-0410-b5e6-96231b3b80d8
* Add warning about CR+LF line endings on Windows.Adrian McCarthy2016-04-201-9/+12
| | | | | | | | s/checkout/check out/ when used as a verb. Differential Revision: http://reviews.llvm.org/D19285 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266887 91177308-0d34-0410-b5e6-96231b3b80d8
* Update getting started docsReid Kleckner2016-04-111-6/+6
| | | | | | | | | | | | compiler-rt is optional. We often get email from users with compiler-rt build errors who don't actually need compiler-rt. Marking it optional should help them avoid those potential problems. While I'm here, update a reference to the build directory and remove an obsolete reference to llvm-gcc. Nobody today is under the impression that Clang depends on GCC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265963 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove references to autotools build.Alexey Samsonov2016-01-301-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259278 91177308-0d34-0410-b5e6-96231b3b80d8
* www: Mention -DGCC_INSTALL_PREFIX instead of --with-gcc-toolchainJustin Bogner2015-12-101-1/+1
| | | | | | | Since the instructions use cmake, we should probably refer to the cmake flags and not the configure ones. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255297 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention that libcxx is required to build Compiler-RT tests on OS X.Yury Gribov2015-09-151-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247696 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the subversion link to http://subversion.apache.org/packages.html.Yaron Keren2015-05-071-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236734 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix clang getting started guide to require VC2013 instead of VS2012.Yaron Keren2015-05-071-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236733 91177308-0d34-0410-b5e6-96231b3b80d8
* Recommend to use CMake on the Clang Getting Started page.Alexey Samsonov2015-04-211-8/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235402 91177308-0d34-0410-b5e6-96231b3b80d8
* remove less relevant information + about packaging/Mac OS X + link to cfe-devSylvestre Ledru2014-04-271-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207362 91177308-0d34-0410-b5e6-96231b3b80d8
* Updating the minimum version information for Visual Studio.Aaron Ballman2014-01-171-3/+2
| | | | | | Patch thanks to Nikola Smiljanic! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199457 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove reference to MSVC only building X86 backend.Tim Northover2013-04-151-4/+0
| | | | | | This is no longer true. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179519 91177308-0d34-0410-b5e6-96231b3b80d8
* Make C++11 status page more consistent: we mark entries as "done" if weRichard Smith2013-03-121-1/+1
| | | | | | | | | implement correct functionality, even if it's not optimal. On this basis, mark "data dependency ordering" as done. Add footnotes for cases where our implementation is known to be suboptimal. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176891 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi2012-11-271-1/+1
| | | | | | Suggested by Sean McBride, thanks! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168745 91177308-0d34-0410-b5e6-96231b3b80d8
* clang/www/get_started.html: s/cmake/CMake/NAKAMURA Takumi2012-11-271-5/+5
| | | | | | Suggested by Sean McBride, thanks! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168744 91177308-0d34-0410-b5e6-96231b3b80d8
* Add initial documentation about the new tools repository and theChandler Carruth2012-08-141-0/+8
| | | | | | | | | | | structure of how we're building concrete tools as well as tooling infrastructure as part of the Clang project. This documentation is definitely still rough. If anyone can improve it, flesh it out, or help structure it in a more natural way, please, help! =] This is not my forte, and patches here are more than welcome! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161855 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up the basic instructions for getting started with clang to alwaysChandler Carruth2012-08-141-4/+4
| | | | | | return to the same directory. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161823 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160622 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarify how libstdc++ and other bits of the system toolchain are foundChandler Carruth2012-05-161-9/+6
| | | | | | | | on Linux in the getting started documentation. Patch by Nathan Ridge. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156911 91177308-0d34-0410-b5e6-96231b3b80d8
* Getting Started: Add a missing "cd ../..".Benjamin Kramer2012-02-091-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150181 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix ALL the markup.Benjamin Kramer2012-01-151-23/+32
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148219 91177308-0d34-0410-b5e6-96231b3b80d8
* www: Update getting started to encourage people to check out compielr-rt.Daniel Dunbar2011-12-071-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146014 91177308-0d34-0410-b5e6-96231b3b80d8
* Stop claiming that Visual Studio 2005 is a viable basis for buildingChandler Carruth2011-11-161-3/+2
| | | | | | | Clang. It isn't any more, and we're not going to twist the code around to make it work. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144815 91177308-0d34-0410-b5e6-96231b3b80d8
* Colorize. (this is consistent with the coloring in diagnostics.html, but ↵David Blaikie2011-11-071-3/+3
| | | | | | perhaps that's a bit out of date because it doesn't look like current clang behavior) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143913 91177308-0d34-0410-b5e6-96231b3b80d8
* www/get_started.html: Fix a phrase, "in the *build* directory* in the ↵NAKAMURA Takumi2011-07-251-1/+1
| | | | | | instructions of Visual Studio. Thanks to Andreas Bittel to point it out. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135907 91177308-0d34-0410-b5e6-96231b3b80d8
* Added link to LLVM cmake page in Visual Studio section.John Thompson2011-04-061-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129013 91177308-0d34-0410-b5e6-96231b3b80d8
* www/get_started.html: Fix a few URLs.NAKAMURA Takumi2011-03-271-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128372 91177308-0d34-0410-b5e6-96231b3b80d8
* Getting Started: Add VS2010 instructions and specify an out of source build.Michael J. Spencer2010-12-161-4/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122003 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link to LLVM releases page.Daniel Dunbar2010-11-021-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118095 91177308-0d34-0410-b5e6-96231b3b80d8
* Use objdir != srcdir in the getting started doc.Rafael Espindola2010-10-291-2/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117723 91177308-0d34-0410-b5e6-96231b3b80d8
* Bugs should go to Bugzilla, not the mailing listDouglas Gregor2010-10-071-4/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115972 91177308-0d34-0410-b5e6-96231b3b80d8
* path renamed.Chris Lattner2010-07-261-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109464 91177308-0d34-0410-b5e6-96231b3b80d8
* mention that cmake works on unix too. PR7061Chris Lattner2010-05-061-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103202 91177308-0d34-0410-b5e6-96231b3b80d8
* provide a simpler way to get to the headersGabor Greif2010-03-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99843 91177308-0d34-0410-b5e6-96231b3b80d8
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-111-44/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91176 91177308-0d34-0410-b5e6-96231b3b80d8
* fix thinkoChris Lattner2009-11-091-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86509 91177308-0d34-0410-b5e6-96231b3b80d8
* mention that clang defaults to C99 mode, PR5388Chris Lattner2009-11-091-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86507 91177308-0d34-0410-b5e6-96231b3b80d8
* remove a mostly obsolete "word of warning"Chris Lattner2009-11-091-18/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86506 91177308-0d34-0410-b5e6-96231b3b80d8
* Update clang web pages with respect to WindowsJohn Thompson2009-11-061-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86200 91177308-0d34-0410-b5e6-96231b3b80d8
* CMake generate VS2008 project and CLang and LLVM compile without problem on ↵Cedric Venet2009-09-271-2/+1
| | | | | | VS2008. Remove obsolete remark git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82895 91177308-0d34-0410-b5e6-96231b3b80d8
* Improve the Getting Started and Hacking web pages, patch byChris Lattner2009-08-201-20/+21
| | | | | | | John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79518 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link to LLVM's Getting Started page.Anton Korobeynikov2009-08-061-0/+10
| | | | | | Patch by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78307 91177308-0d34-0410-b5e6-96231b3b80d8
* Website updates for working with Visual Studio and making patches.Eli Friedman2009-08-031-0/+61
| | | | | | | | Patch by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77988 91177308-0d34-0410-b5e6-96231b3b80d8
* Another tweak to the clang Getting Started page.Daniel Dunbar2009-05-241-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72355 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor updates to the clang Getting Started page.Daniel Dunbar2009-05-241-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72354 91177308-0d34-0410-b5e6-96231b3b80d8
* Update "Getting Started" with more current information about 'clang-cc' and ↵Ted Kremenek2009-03-271-69/+67
| | | | | | 'clang'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67850 91177308-0d34-0410-b5e6-96231b3b80d8
* update this, C headers don't need hacks anymore.Chris Lattner2009-03-101-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66544 91177308-0d34-0410-b5e6-96231b3b80d8
* clang seems "generally useful" for c and objc by now, though obviously bugsChris Lattner2009-02-251-10/+9
| | | | | | | still remain. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65431 91177308-0d34-0410-b5e6-96231b3b80d8