Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

Ubuntu Make 15.11.1 Has Been Released

$
0
0

As you may know, Ubuntu Developer Tools Center is an command-line, open-source tool that enables the users to easily install the main platforms for Android application development.

Recently, Ubuntu Developer Tools Center has been renamed to Ubuntu Make, the latest version available being Ubuntu Make 15.11.1, which has recently released:

  • Added support for Netbeans IDE, with possibility of extension to support its flavours.
  • Add large and initial support for medium tests.
  • Add Rust support, installing the latest rust compiler and tools version.
  • Initial support for medium and large tests.
  • Override GOROOT value instead of appending it (Go doesn’t support GOROOT having multiple values).
  • Change android NDK env variable to use NDK_ROOT instead of ANDROID_NDK.
  • Fix webstorm icon renamed upstream.
  • Ship version file as part of the install (Now –version really works on packaged flavor as well) + stamp generated binary with correct version.
  • Fix BaseInstaller to not crash when all downloads assets are 404 + add medium tests for this.
  • Ensure -r global option behave like –remove.
  • Some style, refactoring and formatting tidy up for recent merges and changes.
  • Add medium assets, certificates and additional failure test cases for netbeans and rust.
  • Update docker container for medium tests with new certificates.
  • Readd Travis CI integration running pep8 and small tests (with badge status and updated wording in README). New pushes and pull requests are now automatically tested on those 2 kinds of tests.
  • Fix and updates dependencies for package and pip virtualenv deps.
  • Standardize the test environment so that people running tests using for instance zsh are not impacted.
  • Finish up shipping static files support for future frameworks.
  • Using scala framework for loading tests and making autopkgtests pass on armel64 (android not available on this arch).
  • Improve releasing script and migrate gbp config to new headers.
  • Refreshed translation template and updated translations. Thanks to all our translators!

Ubuntu Make 15.11.1 Has Been Released, Helping The Users Install The Unity 3D Editor

Installation instructions:

Up to date packages are available via PPA, so installing the software on Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 Vivid Vervet, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint 6, Peppermint 5, LXLE 14.04 and Linux Lite 2 is easy. Just add the PPA to your system, update the local repository index and install the umake package:

$ sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
$ sudo apt-get update
$ sudo apt-get install ubuntu-make

Optional, to remove umake, do:

$ sudo apt-get remove ubuntu-make

Usage instructions:

To get information about ubuntu-make, run umake –help (there are two minus signs before help):

To install Unity 3D, do:

$ sudo umake games unity3d

To install Arduino IDE, do:

$ sudo umake ide arduino

To install GO, do:

$ sudo umake go go-lang

To install dartlang, do:

$ sudo umake dart editor

To install pycharm, do:

$ sudo umake ide pycharm

To install eclipse, do:

$ sudo umake ide eclipse

To install IntelliJ IDEA, do:

$ sudo umake ide idea-ultimate

To install IntelliJ IDEA Community Edition, do:

$ sudo umake ide idea

To install Webstorm, do:

$ sudo umake ide webstorm

To install pycharm-professional, do:

$ sudo umake ide pycharm-professional

To install pycharm-educational, do:

$ sudo umake ide pycharm-educational

To install Phpstorm, do:

$ sudo umake ide phpstorm

To install Rubymine, do:

$ sudo umake ide rubymine

To install Stencyl, do:

$ sudo umake games stencyl

To install Android NDK, do:

$ sudo umake android android-ndk

To install Android Studio, do:

$ sudo umake android android-studio

To install Firefox Dev, do:

$ sudo umake web firefox-dev

To remove any of this tools, just write –remove (minus minus remove) at the end of the installation command. Example:

$ sudo umake web firefox-dev --remove

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles