aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2014-03-04 08:28:18 +0200
committerPetri Lehtinen <petri@digip.org>2014-03-04 08:28:52 +0200
commit88aa6a9e30e7465196a737bd0f82eb17f393a120 (patch)
treeeb02ac48fd4e3a90b809b8e22f4f9a2354d03382 /doc
parent92e2588d6e91bcae15ed44bacce49759f0f64192 (diff)
downloadjansson-88aa6a9e30e7465196a737bd0f82eb17f393a120.zip
jansson-88aa6a9e30e7465196a737bd0f82eb17f393a120.tar.gz
jansson-88aa6a9e30e7465196a737bd0f82eb17f393a120.tar.bz2
Remove VS2010 project files, CMake should be used on Windows instead
Fixes #165.
Diffstat (limited to 'doc')
-rw-r--r--doc/gettingstarted.rst12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/gettingstarted.rst b/doc/gettingstarted.rst
index 4e59e51..8abc5d5 100644
--- a/doc/gettingstarted.rst
+++ b/doc/gettingstarted.rst
@@ -154,6 +154,7 @@ in CMake_ is::
.. _CMake: http://www.cmake.org
+
Android
-------
@@ -162,17 +163,6 @@ source root directory. The configuration header file is located in the
``android`` directory in the source distribution.
-Windows
--------
-
-**This method is deprecated**. Using :ref:`CMake <build-cmake>` is now
-preferred.
-
-Jansson can be built with Visual Studio 2010 (and probably newer
-versions, too). The solution and project files are in the
-``win32/vs2010/`` directory in the source distribution.
-
-
Other Systems
-------------