diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-24 10:29:40 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-24 10:30:56 -0800 |
commit | ff796f519df11111f028a505125ce95f060c897e (patch) | |
tree | 732856853ca5e62e83bc5bacd48a02ed129c46ca /host/docs/build.rst | |
parent | cd5631ff194ae8b8ca6308286e44704785ef792a (diff) | |
download | uhd-ff796f519df11111f028a505125ce95f060c897e.tar.gz uhd-ff796f519df11111f028a505125ce95f060c897e.tar.bz2 uhd-ff796f519df11111f028a505125ce95f060c897e.zip |
uhd: added docs on usrp2/n, removed empty n2xx doc page, misc
Diffstat (limited to 'host/docs/build.rst')
-rw-r--r-- | host/docs/build.rst | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/host/docs/build.rst b/host/docs/build.rst index 74ebc9ee4..de7c544f2 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -30,10 +30,13 @@ On windows, install cygwin with git support to checkout the repository, or install msysgit from http://code.google.com/p/msysgit/downloads/list ^^^^^^^^^^^^^^^^ -C++ +C++ compiler ^^^^^^^^^^^^^^^^ -On Unix, this is GCC 4.0 and above. On Windows, this is MSVC 2008. -Other compilers have not been tested yet or confirmed working. +The following compilers are known to work: + +* GCC +* Clang +* MSVC ^^^^^^^^^^^^^^^^ CMake @@ -78,6 +81,10 @@ Cheetah * **Download URL:** http://www.cheetahtemplate.org/download.html * **Download URL (windows installer):** http://feisley.com/python/cheetah/ +**Alternative method:** +Install setuptools, and use the easy_install command to install Cheetah. +http://pypi.python.org/pypi/setuptools + ^^^^^^^^^^^^^^^^ Doxygen ^^^^^^^^^^^^^^^^ |