Destroyed CMake Compatible (markdown)

bovi
2013-01-20 07:28:49 -08:00
parent 11facbc6d2
commit 3a88f35aa2
-29
@@ -1,29 +0,0 @@
This is a list of platforms that mruby community members have verified run the new CMake generated build files.
To use CMake with mruby, you currently need CMake 2.8.8 or greater installed and available on your `PATH`. If your distribution doesn't yet include CMake 2.8.8 in its package repositories (or you're developing on a Windows system) the CMake project provides both [source and binary cmake downloads](http://cmake.org/cmake/resources/software.html) for easy installation. The project also provides instructions for Linux, Mac OSX, UNIX & Cygwin wanting to [build from source](http://www.cmake.org/cmake/help/install.html).
For example, if you're a Ubuntu user wanting to quickly install a binary archive, download `cmake-2.8.8-Linux-i386.tar.gz`, extract it into one of your favorite locations, e.g. - `/usr/local/cmake-2.8.8, /opt/cmake-2.8.8, or ~/cmake-2.8.8` and add its `bin` subdirectory to your `PATH`.
## Native Builds
### Mac OS X
* Mac OS X Lion 10.7 (2012-05-19)
* Mac OS X Snow Leopard 10.6 64bit (2012-05-21)
### Windows
* Win7 32bit msys/mingw gcc 4.6.2 (2012-05-08)
* Win7 32bit msys/mingw-w64 gcc 4.7.1 (2012-05-08)
* Win7 32bit Windows SDK 7.1/nmake (2012-05-10)
* Win7 32bit Windows SDK 7.1/MSBuild (2012-05-24)
* Win7 32bit Microsoft Visual C++ 2010 IDE (2012-05-11)
### Linux
* Arch 3.3.5 32bit gcc 4.7.0-20120505 (2012-05-08)
* Ubuntu 12.04 32bit gcc 4.6.3 (2012-05-08)
## Cross Compiled Builds for Windows
### Linux
* Arch 3.3.5 32bit gcc 4.7.0-20120505 with mingw32-gcc cross toolchain pkg (2012-05-13)
* Ubuntu 12.04 32bit gcc 4.6.3 with mingw-w64 cross toolchain pkg (2012-05-13)