Commit Graph

18 Commits

Author SHA1 Message Date
player-03
5f3d5e90df Don't install Ant during the setup process. 2016-08-08 13:34:54 -07:00
Valentin Lemière
44f3ae8e18 Updating android ndk version (#723) 2016-06-06 14:54:36 +02:00
Joshua Granick
86d3baf361 Update text on Xcode install 2015-10-14 15:27:08 -07:00
Valerio Santinelli
130e8e703e More changes to build lime with AppleTV support (not yet finished) 2015-09-30 09:13:34 +02:00
Valerio Santinelli
1fe5147158 First few changes to build a tvOS target 2015-09-28 20:03:27 +02:00
Jellonator
f08925a938 Fixed "lime setup linux" on Ubuntu 13.10 and later
Currently, this line only checks if the current Ubuntu version is 13.10. More versions of Ubuntu have been released since then.
The reason this line was included was because versions of Ubuntu at or after 13.10 no longer have the package ia32-libs-multiarch.
When attempting to run "haxelib run lime setup linux" on Ubuntu versions after 13.10, e.g. Ubuntu 14.04, Lime crashes since there is no ia32-libs-multiarch package available.
The issue with this line of code is that it only checks for Ubuntu 13.10, and not any versions after this. 

Fortunately, Haxe supports testing strings via comparison operators.
By replacing the '==' operator with '>=,' this line now instead checks for versions of Ubuntu at or after 13.10 Saucy Salamander.
This works on Ubuntu 14.04.1, and should work on other versions too. Versions of Ubuntu Before 13.10 should still stay the same; they will still install the ia32-libs-multiarch package.
2015-09-25 23:24:53 -04:00
Joshua Granick
5ff7c5382d Use sudo again 2015-08-28 10:04:07 -07:00
Joshua Granick
9e802bd5db Install lime shortcut to /usr/local/bin 2015-08-28 10:00:47 -07:00
Joshua Granick
1c7d70646f Help find GIT when not in PATH on Windows 2015-07-13 11:27:54 -07:00
Joshua Granick
b292b20767 Teach lime/openfl update to pull submodules 2015-06-29 09:22:08 -07:00
Joshua Granick
be0012948d Ubuntu setup fix 2015-04-23 09:29:21 -07:00
Joshua Granick
e37cfa9961 Guard install of lime.exe/openfl.exe on Windows 2015-03-26 11:26:27 -07:00
Joshua Granick
2b33c70bb7 Handle pacman 32-bit packages (fixes #160) 2015-02-20 12:41:47 -08:00
Joshua Granick
9675f8a40a Switch to lime.exe instead of lime.bat (fixes exit from batch files) 2015-02-16 17:58:14 -08:00
Joshua Granick
ef86c425b1 Migrating components of the Lime tools into the public Lime namespace 2015-02-11 12:02:28 -08:00
Joshua Granick
7eabf50fbb Fixes for newer BlackBerry SDK 2014-11-20 11:31:22 -08:00
Joshua Granick
141193e4c8 Add support for 'openfl' style command 2014-10-22 14:19:56 -07:00
Joshua Granick
540aa48c39 Merge Aether tools 2014-09-30 17:41:57 -07:00