Joshua Granick
291df159e1
'lime create extension' fix
2016-09-12 16:37:01 -07:00
skwerlman
e810e44d6b
Add support for the Emerge package manager
...
Also fixed a typo and dnf support
2016-08-31 09:19:27 -04:00
skwerlman
27912e8bff
Add support for the DnF package manager
...
(replaced yum in fedora 22)
2016-08-31 09:14:43 -04:00
skwerlman
74d685193e
Add support for the Equo package manager
2016-08-31 09:06:16 -04:00
player-03
5f3d5e90df
Don't install Ant during the setup process.
2016-08-08 13:34:54 -07:00
player-03
ecb799128b
Automatically insert build.gradle into an extension if it isn't there.
2016-08-08 13:32:25 -07:00
Joshua Granick
2ec8a818f0
Minor cleanup
2016-07-22 08:28:00 -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
d374e3d833
Improve documentation when using You must specify a template when using the 'create' command.
...
Usage: lime create project (directory)
Usage: lime create extension (directory)
Usage: lime create <sample> (directory)
Available samples:
* HandlingInputEvents
* HelloWorld
* HerokuShaders
* ManagingWindows
* SimpleAudio
* SimpleImage
* TextRendering
2015-07-03 09:06:08 -07:00
Joshua Granick
b292b20767
Teach lime/openfl update to pull submodules
2015-06-29 09:22:08 -07:00
Joshua Granick
dc292afcbc
Allow overrides in 'lime create' (allows --meta-package-name and other flags to set values during creation) ( closes #459 )
2015-06-06 18:42:59 -07:00
Joshua Granick
0726c08440
Skip sample paths that are not valid ( fixes #397 )
2015-05-19 10:31:35 -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
e977b5c551
Use a unique ID when creating new projects, based on the name, to help reduce conflicts when installed on mobile devices
2015-02-25 14:20:14 -08: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
a3bd5e8111
'lime create' patch
2014-10-21 06:07:18 -07:00
Joshua Granick
5ee3082a39
Improve configData.merge, 'create' fix
2014-10-20 10:48:39 -07:00
Joshua Granick
3fb5f65cdd
Fix 'lime create'
2014-10-14 13:36:53 -07:00
Joshua Granick
540aa48c39
Merge Aether tools
2014-09-30 17:41:57 -07:00