開発者アーティファクトUbuntuMake15.11.1がリリースされました
以前はUbuntuDeveloper ToolsCenterとして知られていたUbuntuMakeは、ユーザーが主要なLinuxプラットフォームに簡単にインストールしてAndroidアプリケーションを開発できるオープンソースのコマンドラインツールソフトウェアです。
Ubuntu-make.png
最新バージョン** Ubuntu Make 15.11.1、** [リリースログ](https://link.jianshu.com/?t=https://launchpadlibrarian.net/225678041/ubuntu-make_15.11.1~wily1_source.changes):
- 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ユーザーインストールコマンド:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umakeコマンドをアンインストールします。
sudo apt-get remove ubuntu-make
手順:Ubuntuを理解するには、umake –helpを実行します。統合3Dをインストールするには:
sudo umake games unity3d
Arduino IDEをインストールし、次のコマンドを実行します。
sudo umake ide arduino
GOコマンドをインストールします。
sudo umake go go-lang
dartlangコマンドをインストールします。
sudo umake dart editor
pycharmコマンドをインストールします。
sudo umake ide pycharm
eclipseコマンドをインストールします。
sudo umake ide eclipse
IntelliJIDEAコマンドをインストールします。
sudo umake ide idea-ultimate
IntelliJ IDEA CommunityEditionコマンドをインストールします。
sudo umake ide idea
Webstormコマンドをインストールします。
sudo umake ide webstorm
pycharm-professionalコマンドをインストールします。
sudo umake ide pycharm-professional
pycharm-educationalコマンドをインストールします。
sudo umake ide pycharm-educational
Phpstormコマンドをインストールします。
sudo umake ide phpstorm
Rubymineコマンドをインストールします。
sudo umake ide rubymine
Stencylコマンドをインストールします。
sudo umake games stencyl
AndroidNDKコマンドをインストールします。
sudo umake android android-ndk
AndroidStudioコマンドのインストール:
sudo umake android android-studio
FirefoxDevコマンドをインストールします。
sudo umake web firefox-dev
転送元:[IMCN](https://link.jianshu.com/?t=http://imcn.me/html/y2015/25298.html)