forked from OSchip/llvm-project
parent
626a4ecf3a
commit
920ceddf80
|
@ -19,3 +19,8 @@ The project documentation is written in reStructuredText and generated using the
|
|||
`Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more
|
||||
information on writing documentation for the project, see the
|
||||
:ref:`sphinx_intro`.
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
Readers
|
||||
|
|
|
@ -51,6 +51,7 @@ On Unix-like Systems
|
|||
it is installed in an alternate location, you'll need to tell the cmake tool
|
||||
the location of the C and C++ compiler via CMAKE_C_COMPILER and
|
||||
CMAKE_CXX_COMPILER. For example::
|
||||
|
||||
$ cmake -DCMAKE_CXX_COMPILER=/path/to/clang++ -DCMAKE_C_COMPILER=/path/to/clang ...
|
||||
|
||||
5. Test::
|
||||
|
|
Loading…
Reference in New Issue