summaryrefslogtreecommitdiffstats
path: root/clang/www/get_started.html
Commit message (Collapse)AuthorAgeFilesLines
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | This changes most URLs in llvm's html files to HTTPS. Most changes were search-and-replace with manual verification; some changes were manual. For a few URLs, the websites were performing redirects or had changed their anchors; I fixed those up manually. This consistently uses the official https://wg21.link redirector. This also strips trailing whitespace and fixes a couple of typos. Fixes D69363. There are a very small number of dead links for which I don't know any replacements (they are equally dead as HTTP or HTTPS): https://llvm.org/cmds/llvm2cpp.html https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4 https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4 https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4 https://llvm.org/perf/db_default/v4/nts/22463 https://polly.llvm.org/documentation/memaccess.html
* Retire VS2015 SupportSimon Pilgrim2019-07-091-1/+1
| | | | | | | | | | As proposed here: https://lists.llvm.org/pipermail/llvm-dev/2019-June/133147.html This patch raises the minimum supported version to build LLVM/Clang to Visual Studio 2017. Differential Revision: https://reviews.llvm.org/D64326 llvm-svn: 365454
* Adjust documentation for git migration.James Y Knight2019-01-291-71/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514
* Update Clang Windows getting started docsReid Kleckner2018-10-041-33/+66
| | | | | | | | | | | | | | | | | | Summary: - Update the example VS project generation to use VS2017. - Add docs for generating ninja build files, since they are popular. - Remove reference to "make update" which no longer exists. Mention the monorepo instead. - Try to explain gnuwin32/coreutils requirements better. - Use https:// links where possible Reviewers: zturner, STL_MSFT Subscribers: jfb, cfe-commits Differential Revision: https://reviews.llvm.org/D52843 llvm-svn: 343809
* update the links to use httpsSylvestre Ledru2018-09-221-6/+6
| | | | llvm-svn: 342801
* [WWW] Fixing file permissions for the .html pages.Mike Edwards2018-07-271-0/+0
| | | | llvm-svn: 338098
* Update the getting started documentation to match the corresponding LLVM ↵Aaron Ballman2017-05-251-0/+4
| | | | | | commit in r303912. llvm-svn: 303913
* Add instructions in clang get_started page about working with a monorepoMehdi Amini2016-11-121-0/+2
| | | | llvm-svn: 286696
* In the get started page, also explain how to start the testsuiteSylvestre Ledru2016-09-261-0/+5
| | | | llvm-svn: 282402
* 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 llvm-svn: 266887
* 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. llvm-svn: 265963
* Remove references to autotools build.Alexey Samsonov2016-01-301-3/+0
| | | | llvm-svn: 259278
* 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. llvm-svn: 255297
* Mention that libcxx is required to build Compiler-RT tests on OS X.Yury Gribov2015-09-151-0/+8
| | | | llvm-svn: 247696
* Update the subversion link to http://subversion.apache.org/packages.html.Yaron Keren2015-05-071-2/+2
| | | | llvm-svn: 236734
* Fix clang getting started guide to require VC2013 instead of VS2012.Yaron Keren2015-05-071-2/+2
| | | | llvm-svn: 236733
* Recommend to use CMake on the Clang Getting Started page.Alexey Samsonov2015-04-211-8/+15
| | | | llvm-svn: 235402
* remove less relevant information + about packaging/Mac OS X + link to cfe-devSylvestre Ledru2014-04-271-3/+2
| | | | llvm-svn: 207362
* Updating the minimum version information for Visual Studio.Aaron Ballman2014-01-171-3/+2
| | | | | | Patch thanks to Nikola Smiljanic! llvm-svn: 199457
* Remove reference to MSVC only building X86 backend.Tim Northover2013-04-151-4/+0
| | | | | | This is no longer true. llvm-svn: 179519
* 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. llvm-svn: 176891
* docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi2012-11-271-1/+1
| | | | | | Suggested by Sean McBride, thanks! llvm-svn: 168745
* clang/www/get_started.html: s/cmake/CMake/NAKAMURA Takumi2012-11-271-5/+5
| | | | | | Suggested by Sean McBride, thanks! llvm-svn: 168744
* 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! llvm-svn: 161855
* Clean up the basic instructions for getting started with clang to alwaysChandler Carruth2012-08-141-4/+4
| | | | | | return to the same directory. llvm-svn: 161823
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
| | | | llvm-svn: 160622
* 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. llvm-svn: 156911
* Getting Started: Add a missing "cd ../..".Benjamin Kramer2012-02-091-0/+1
| | | | llvm-svn: 150181
* Fix ALL the markup.Benjamin Kramer2012-01-151-23/+32
| | | | llvm-svn: 148219
* www: Update getting started to encourage people to check out compielr-rt.Daniel Dunbar2011-12-071-0/+6
| | | | llvm-svn: 146014
* 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. llvm-svn: 144815
* 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) llvm-svn: 143913
* 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. llvm-svn: 135907
* Added link to LLVM cmake page in Visual Studio section.John Thompson2011-04-061-0/+7
| | | | llvm-svn: 129013
* www/get_started.html: Fix a few URLs.NAKAMURA Takumi2011-03-271-4/+4
| | | | llvm-svn: 128372
* Getting Started: Add VS2010 instructions and specify an out of source build.Michael J. Spencer2010-12-161-4/+7
| | | | llvm-svn: 122003
* Add link to LLVM releases page.Daniel Dunbar2010-11-021-0/+6
| | | | llvm-svn: 118095
* Use objdir != srcdir in the getting started doc.Rafael Espindola2010-10-291-2/+5
| | | | llvm-svn: 117723
* Bugs should go to Bugzilla, not the mailing listDouglas Gregor2010-10-071-4/+1
| | | | llvm-svn: 115972
* path renamed.Chris Lattner2010-07-261-1/+1
| | | | llvm-svn: 109464
* mention that cmake works on unix too. PR7061Chris Lattner2010-05-061-0/+5
| | | | llvm-svn: 103202
* provide a simpler way to get to the headersGabor Greif2010-03-291-1/+1
| | | | llvm-svn: 99843
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-111-44/+25
| | | | llvm-svn: 91176
* fix thinkoChris Lattner2009-11-091-1/+1
| | | | llvm-svn: 86509
* mention that clang defaults to C99 mode, PR5388Chris Lattner2009-11-091-0/+6
| | | | llvm-svn: 86507
* remove a mostly obsolete "word of warning"Chris Lattner2009-11-091-18/+1
| | | | llvm-svn: 86506
* Update clang web pages with respect to WindowsJohn Thompson2009-11-061-1/+2
| | | | llvm-svn: 86200
* CMake generate VS2008 project and CLang and LLVM compile without problem on ↵Cedric Venet2009-09-271-2/+1
| | | | | | VS2008. Remove obsolete remark llvm-svn: 82895
* Improve the Getting Started and Hacking web pages, patch byChris Lattner2009-08-201-20/+21
| | | | | | John Thompson! llvm-svn: 79518
* Add link to LLVM's Getting Started page.Anton Korobeynikov2009-08-061-0/+10
| | | | | | Patch by John Thompson! llvm-svn: 78307
OpenPOWER on IntegriCloud