Removed pre-made VS2010 and XCode projects.

CMake is now required on all platforms.

Change-Id: Iad81d9244a05ed70ce8b8860d6b729a873f137c1
Tested: on Windows and OS X.
This commit is contained in:
Wouter van Oortmerssen
2016-07-27 17:10:37 -07:00
parent a0398ce0f5
commit 97a9a82324
11 changed files with 1 additions and 2377 deletions

View File

@@ -1,14 +1,9 @@
Building {#flatbuffers_guide_building}
========
## Building with Visual Studio or Xcode projects
There are project files for Visual Studio and Xcode that should allow you
to build the compiler `flatc`, the samples and the tests out of the box.
## Building with CMake
Alternatively, the distribution comes with a `cmake` file that should allow
The distribution comes with a `cmake` file that should allow
you to build project/make files for any platform. For details on `cmake`, see
<http://www.cmake.org>. In brief, depending on your platform, use one of
e.g.: