Update README.md

This commit is contained in:
Joshua Granick
2015-02-27 11:00:58 -08:00
parent 27d767cfc8
commit e511c0d2a5

View File

@@ -105,31 +105,8 @@ Lime currently supports the following targets:
lime test mac
lime test linux
lime test neko
lime test android
lime test html5
lime test flash
Native builds must be built on the same operating system as the target. As supported in Lime legacy, additional platforms (iOS, Android, BlackBerry, Tizen) will be restored in the near future.
Lime "Legacy"
=============
OpenFL uses older Lime binaries, which are not used in the current version of Lime. These older binaries are derived from shared source within the NME repository, while the newer code has been rewritten to better suit the goals of the project.
In order to rebuild Lime "legacy", you should follow the directions above for building from the source. You will also need additional dependencies:
git clone https://github.com/haxenme/nme
git clone https://github.com/haxenme/nme-dev
git clone https://github.com/haxefoundation/hxcpp
haxelib dev nme nme
haxelib dev nme-dev nme-dev
haxelib dev hxcpp hxcpp
cd nme-dev/project
neko build.n
lime rebuild hxcpp windows
lime rebuild windows -Dlegacy
You can substitute "windows" for another available target. If you would like to use Lime from the source, but do not need to modify the content of the legacy binaries, it is much easier to download a current development build, and copy the "legacy" folder into your source checkout. Otherwise, the above steps should help.
Native builds must be built on the same operating system as the target. As supported in Lime legacy, additional platforms (iOS, BlackBerry) will be restored in the near future.