diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-29 14:31:17 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-29 14:31:17 -0700 |
commit | 9b9608e185755c298fcbd7fc05107740e387c330 (patch) | |
tree | 43f2081ee4f262ab90bb2176e639bc911c6b1bab /docs/doxygen/other | |
parent | 38b86b237e8d5add213b1c34c054650dfba4835d (diff) | |
parent | 997f0e8cbdf96d8de5fae3043dcf0f01d5a34f0d (diff) |
Merge remote-tracking branch 'ravi/maint' into maint
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r-- | docs/doxygen/other/build_guide.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/doxygen/other/build_guide.dox b/docs/doxygen/other/build_guide.dox index def85df1ab..56bcce7f96 100644 --- a/docs/doxygen/other/build_guide.dox +++ b/docs/doxygen/other/build_guide.dox @@ -24,11 +24,11 @@ installation tool (apt-get, pkg_install, YaST, yum, urpmi, etc.) first. Most recent systems have these packages available. \subsection dep_global Global Dependencies -\li git http://code.google.com/p/msysgit +\li git http://git-scm.com/downloads \li cmake (>= 2.6.3) http://www.cmake.org/cmake/resources/software.html -\li boost (>= 1.35) http://www.boostpro.com/download -\li cppunit (>= 1.9.14) http://gaiacrtn.free.fr/cppunit/index.html -\li fftw3f (>= 3.0.1) http://www.fftw.org/install/windows.html +\li boost (>= 1.35) http://www.boost.org/users/download/ +\li cppunit (>= 1.9.14) http://freedesktop.org/wiki/Software/cppunit/ +\li fftw3f (>= 3.0.1) http://www.fftw.org/download.html \subsection dep_python Python Wrappers \li python (>= 2.5) http://www.python.org/download/ |