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