From 3a88f35aa28ad9e252bf86020eea386f5bba2e47 Mon Sep 17 00:00:00 2001 From: bovi Date: Sun, 20 Jan 2013 07:28:49 -0800 Subject: [PATCH] Destroyed CMake Compatible (markdown) --- CMake-Compatible.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 CMake-Compatible.md diff --git a/CMake-Compatible.md b/CMake-Compatible.md deleted file mode 100644 index de8f93e..0000000 --- a/CMake-Compatible.md +++ /dev/null @@ -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) \ No newline at end of file