Pavel Labath
2933d7b0d2
Remove the home-grown android toolchain file and all references to it
...
Summary:
The toolchain file has been deprecated in favor of the "official"
toolchain file present in the Android NDK. Also update the web
build instructions to reflect this.
Reviewers: eugene
Subscribers: srhines, mgorny, dgross, tberghammer, lldb-commits
Differential Revision: https://reviews.llvm.org/D32441
llvm-svn: 301306
2017-04-25 12:58:49 +00:00
Shoaib Meenai
96e541a7cf
[lldb] Fix ninja URL
...
The old URL is a 404 now. Pointed out by Smirftsch1 on IRC.
llvm-svn: 299845
2017-04-10 15:41:15 +00:00
Jason Molenda
f9f7dec07a
Add a quick note about how to build lldb with debug info using
...
cmake/ninja on linux/bsd systems.
llvm-svn: 282790
2016-09-29 21:47:15 +00:00
Tamas Berghammer
7b21db9daa
Remove mention of autoconf from the build instructions
...
autoconf+make have been removed from LLVM and LLDB ~6month ago. We
shouldn't advertise it on the website as a valid way to build LLDB.
Differential revision: https://reviews.llvm.org/D24025
llvm-svn: 280102
2016-08-30 15:32:52 +00:00
Zachary Turner
f5e9b047ed
Update the website with lots of new info about building / testing.
...
llvm-svn: 261795
2016-02-24 22:19:23 +00:00
Kamil Rytarowski
e81c15651f
Document NetBSD platform support on the webpage
...
Summary: It's high time.
Reviewers: emaste, clayborg
Subscribers: labath, joerg, lldb-commits
Differential Revision: http://reviews.llvm.org/D14904
llvm-svn: 254858
2015-12-05 19:41:37 +00:00
Todd Fiala
9b7d5fd0b0
Support RHEL 7 and similar systems that use architecture-specific Python lib dirs
...
This change commits: http://reviews.llvm.org/D13625
llvm-svn: 250093
2015-10-12 20:12:27 +00:00
Bruce Mitchener
b61f89ee52
[www] Typo fixes.
...
Reviewers: clayborg, ki.stfu
Subscribers: tberghammer, danalbert, srhines, lldb-commits
Differential Revision: http://reviews.llvm.org/D12668
llvm-svn: 246969
2015-09-07 13:03:07 +00:00
Vince Harron
9b7f6677d9
www - updated build server URLs
...
llvm-svn: 238284
2015-05-27 04:55:31 +00:00
Zachary Turner
dd50f7421c
Making linking against Python simpler on Windows.
...
This patch deprecates the three Python CMake variables in favor of
a single variable PYTHON_HOME which points to the root of a python
installation. Since building Python doesn't output the files in
a structure that is compatible with the PYTHONHOME environment
variable, we also provide a script install_custom_python.py which
will copy the output of a custom python build to the correct
directory structure.
The supported workflow after this patch will be to build python
once for each configuration and architecture {Debug,Release} x {x86,x64}
and then run the script. Then run CMake specifying -DPYTHON_HOME=<path>
The first time you do this will probably require you to delete your
CMake cache.
The old workflow is still supported during a transitionary period,
but a warning is printed at CMake time, and this will eventually
be removed.
Differential Revision: http://reviews.llvm.org/D8979
llvm-svn: 234660
2015-04-10 22:58:56 +00:00
Pavel Labath
6759d124e7
Add info on running remote test suite to the website
...
Reviewers: tberghammer, zturner
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D8873
llvm-svn: 234489
2015-04-09 14:23:24 +00:00
Pavel Labath
34ec863b1c
Add documentation about remote debugging to the website
...
Reviewers: tberghammer, clayborg
Subscribers: tberghammer, lldb-commits
Differential Revision: http://reviews.llvm.org/D8871
llvm-svn: 234395
2015-04-08 07:54:31 +00:00
Pavel Labath
67239b2f73
Add some documentation about cross-compilation to www.
...
Reviewers: zturner, vharron, tberghammer, omjavaid
Subscribers: tberghammer, lldb-commits
Differential Revision: http://reviews.llvm.org/D8610
llvm-svn: 234317
2015-04-07 14:36:23 +00:00
Zachary Turner
34d2173abf
Update the website with information about LLDB on Windows.
...
This patch updates the list of supported platforms to include
Windows, and also provides some detailed getting started instructions
for building LLDB on Windows.
Differential Revision: http://reviews.llvm.org/D6805
llvm-svn: 225023
2014-12-31 00:06:49 +00:00
Zachary Turner
e511f0307b
Fix HTML formatting and non-conformance.
...
llvm-svn: 225022
2014-12-31 00:06:41 +00:00
Alp Toker
01d9c64055
Remove obsolete CXX11 buld instructions
...
There's an element of guesswork involved in the GCC updates but it seems better
than what was there before.
llvm-svn: 207912
2014-05-03 15:05:40 +00:00
Ed Maste
bcd2cacb2e
Note that the FreeBSD x86_64 buildbot uses CMake
...
The other buildbots in the list include their build method.
llvm-svn: 206892
2014-04-22 13:20:20 +00:00
Greg Clayton
5f1000107d
Update for Ubuntu 13.10 after feedback from Eran Ifrah.
...
llvm-svn: 204619
2014-03-24 16:30:59 +00:00
Ed Maste
611d8c4361
Update URL for OS X buildbot
...
llvm-svn: 200799
2014-02-04 21:59:03 +00:00
Jean-Daniel Dupas
59ceb0440e
Update cmake build instruction to compile LLVM in C++11 mode
...
Thanks to Xavier de Gaye for the pointer.
llvm-svn: 196794
2013-12-09 18:13:47 +00:00
Sylvestre Ledru
fbf4a54a43
Update the build documentation for Debian & Ubuntu
...
llvm-svn: 191635
2013-09-29 10:46:25 +00:00
Joerg Sonnenberger
340a17595e
Convert to UNIX line endings.
...
llvm-svn: 191367
2013-09-25 10:37:32 +00:00
Ed Maste
29b4246f9d
Update www build instructions for FreeBSD
...
llvm-svn: 187045
2013-07-24 14:53:48 +00:00
Ed Maste
e52a34c993
Add FreeBSD buildbots to build page
...
llvm-svn: 187043
2013-07-24 14:44:09 +00:00
Stefanus Du Toit
403477bdac
Remove spurious "-C" flag from CMake command lines in build.html.
...
-C usually specifies a script to prepopulate the CMake cache. In this case no
script is specified, so CMake appears to just ignore it. So don't mention it
in the first place - it's not desired anyways.
Reviewed by: Daniel Malea
llvm-svn: 186964
2013-07-23 17:29:44 +00:00
Daniel Malea
d72b3ceb6b
Add instructions for running LLDB tests with non-default compiler/architectures
...
- documented the cmake variable LLDB_TEST_ARGS
llvm-svn: 182797
2013-05-28 19:14:44 +00:00
Daniel Malea
f92c4a814a
Add CMake targets to build LLDB reference docs
...
- [ninja|make] lldb-cpp-doc builds the C++ API reference docs
- [ninja|make] lldb-python-doc builds the python API reference docs
- updated build page on website to include instructions to build docs
Tested on Linux/Mac OS X
llvm-svn: 182752
2013-05-28 03:47:34 +00:00
Greg Clayton
b1e4a25b03
Added a few linux build configure/make examples.
...
llvm-svn: 182160
2013-05-17 21:06:45 +00:00
Daniel Malea
716d924e4c
Update LLDB web docs with instructions to run individual test suites/directories
...
llvm-svn: 182117
2013-05-17 16:08:45 +00:00
Greg Clayton
6991afe31b
Added a few things that need to be installed on linux to build LLDB.
...
llvm-svn: 181028
2013-05-03 16:29:42 +00:00
Daniel Malea
3905296d4f
Minor update to build instructions: workaround a bug in cmake+make build files
...
llvm-svn: 178569
2013-04-02 20:08:19 +00:00
Daniel Malea
b6c6e0492b
Be more precise in GCC/autoconf build instructions about compiler versions
...
llvm-svn: 176528
2013-03-05 22:58:53 +00:00
Daniel Malea
fad9aae937
Typos: be more precise on the build page when mentioning the non-cmake build system
...
llvm-svn: 176524
2013-03-05 22:43:08 +00:00
Daniel Malea
a2e4598d88
Add instructions for building LLDB with CMake
...
- suported generators: Ninja and Unix Makefiles
- added instructions to run tests when building with autoconf
llvm-svn: 176522
2013-03-05 22:38:50 +00:00
Daniel Malea
4dfd057e44
Add links to buildbots on the LLDB build instructions page
...
llvm-svn: 176126
2013-02-26 21:41:55 +00:00
Daniel Malea
1e6764b485
Simplify build instructions
...
- setting PYTHONPATH is no longer needed to run the lldb CLI on Linux.
- added instructions for setting PYTHONPATH correctly for running scripts in the native interpreter
llvm-svn: 171566
2013-01-05 00:16:08 +00:00
Daniel Malea
66d5714ae6
Mention how to do a (Linux) release build on the build instructions page.
...
Also, a few minor fixes:
- paragraph formatting
- capitalize "Python" where appropriate
llvm-svn: 170372
2012-12-17 21:32:49 +00:00
Daniel Malea
41ed60b7d8
Add GCC instructions to build section of website
...
llvm-svn: 170236
2012-12-14 20:02:21 +00:00
Daniel Malea
f1759fa915
Fix minor typo on build page.
...
llvm-svn: 167770
2012-11-12 22:34:24 +00:00
Daniel Malea
44a3d901c0
Test commit: clean up C++11 options in lldb (on Linux) build page
...
llvm-svn: 167677
2012-11-10 18:09:36 +00:00
Greg Clayton
3c6aa277b9
Patch from Daniel Malea -- Updated build instructions for Linux.
...
llvm-svn: 165964
2012-10-15 20:39:39 +00:00
Filipe Cabecinhas
d685840a5e
Don't force libc++ and c++11 on everyone.
...
Make the flags part of configure and make invocations, for now.
llvm-svn: 163911
2012-09-14 17:09:06 +00:00
Johnny Chen
a7e1d39309
Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>!
...
llvm-svn: 162001
2012-08-16 00:08:21 +00:00
Greg Clayton
d879a6305b
Added a python FAQ page with detailed examples of how to add python functions
...
to breakpoints, creating new LLDB commands using python modules and also how
to run scripts from the command line.
llvm-svn: 148650
2012-01-22 02:55:08 +00:00
Greg Clayton
678f396d20
Added Mac OS X build instructions and included the Linux build instructions
...
that Stephen Wilson sent out.
llvm-svn: 128116
2011-03-22 22:39:26 +00:00