From: maier Date: Thu, 14 Mar 2013 13:15:06 +0000 (+0000) Subject: Update the documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3fb5ee838b58973901d9cd00c81ac95e9624fe2;p=dealii-svn.git Update the documentation git-svn-id: https://svn.dealii.org/trunk@28901 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/README.cmake b/deal.II/cmake/README.cmake index 6e3d35113f..24ecbdde72 100644 --- a/deal.II/cmake/README.cmake +++ b/deal.II/cmake/README.cmake @@ -1,6 +1,6 @@ This folder contains the deal.II CMake build system -Extensive documentation can be found at /doc/development/cmake.html +Extensive documentation can be found at /doc/development/cmake-internals.html It is structured as follows: diff --git a/deal.II/cmake/TODO.CMAKE b/deal.II/cmake/TODO.CMAKE index cb04643b67..ba1d1c7067 100644 --- a/deal.II/cmake/TODO.CMAKE +++ b/deal.II/cmake/TODO.CMAKE @@ -8,31 +8,12 @@ Some last bits and thoughts: * A TECPLOT feature has to be written -* Enable compilation of bundled TBB under Windows/Cygwin and Windows/MinGW - * Provide a configuration template for cross compiling with CMake, -* Some failing tests: - - 2012-12-05 19:00 2 base/thread_validity_08 - 2012-12-05 19:00 2 base/thread_validity_09 - 2012-12-05 19:01 3 deal.II/dof_renumbering_04 - 2012-12-05 19:01 3 deal.II/dof_renumbering_04a - 2012-12-05 19:01 3 deal.II/support_point_map - - * This stuff looks bad... - - 2012-12-05 19:00 3 base/utilities_01 - - * Random number generator - - 2012-12-05 19:00 0 base/path_search - - * broken because DEAL_II_PATH is not available any more in config.h - * document that we no longer need the two-lib installation of p4est * adjust doc/development/testsuite.html * update https://code.google.com/p/dealii/wiki/Windows +* same for the Mac part... diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 9ad4148bcb..897e27a642 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -70,12 +70,17 @@
  • Mac OS X: GCC version 4.0 or later; Clang version 3.0 or later (Please see the deal.II Wiki for installation issues) -
  • Cygwin/Windows with recent GCC or Clang - versions. For installing on Windows, please refer to additional - information on the deal.II Wiki! +
  • Windows: Cygwin with recent GCC or Clang versions. + Native Windows support with recent MinGW compiler. For installing on Windows, please refer to + additional information on the deal.II Wiki and have a look at the bug + tracker! Most other combinations of POSIX-style operating systems and C++ Standard compliant compilers should also work. If they don't,