• Ubuntu安装make


    在Ubuntu 15.10 下安装 Ubuntu Make

    Ubuntu Make 前身是 Ubuntu Developer Tools Center。可在 Ubuntu 平台上快速安装各种语言的开发环境。

    sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make

    Ubuntu 15.10 下安装 Ubuntu Make

    $sudo apt-get update

    $sudo apt-get install ubuntu-make

    $ umake –help

    usage: umake [–help] [-v] [-r] [–version]
    {ide,games,dart,Android,web,rust,go,scala} …

    在 Ubuntu 上轻松部署和设置开发环境

    positional arguments:
    {ide,games,dart,android,web,rust,go,scala}
    Developer environment
    ide Generic IDEs
    games Games Development Environment
    dart Dartlang Development Environment
    android Android 开发环境
    web Web Developer Environment
    rust Rust language
    go Go language
    scala The Scala Programming Language

    optional arguments:
    –help 显示本帮助
    -v, –verbose 提升输出的级别 (2级)
    -r, –remove 如已安装指定框架,请卸载
    –version Print version and exit

    Note that you can also configure different debug logging behavior using
    LOG_CFG that points to a log yaml profile.
    * 命令 ‘ide’:
    usage: umake ide [-h]
    {pycharm-educational,arduino,pycharm-professional,rubymine,idea-ultimate,eclipse-php,phpstorm,pycharm,idea,eclipse-cpp,netbeans,webstorm,visual-studio-code,eclipse}

    positional arguments:
    {pycharm-educational,arduino,pycharm-professional,rubymine,idea-ultimate,eclipse-php,phpstorm,pycharm,idea,eclipse-cpp,netbeans,webstorm,visual-studio-code,eclipse}
    pycharm-educational
    PyCharm Educational Edition
    arduino The Arduino Software Distribution
    pycharm-professional
    PyCharm Professional Edition
    rubymine Ruby on Rails IDE
    idea-ultimate IntelliJ IDEA
    eclipse-php Eclipse PHP IDE
    phpstorm PHP and web development IDE
    pycharm PyCharm Community Edition
    idea IntelliJ IDEA Community Edition
    eclipse-cpp Eclipse C/C++ IDE
    netbeans Netbeans IDE
    webstorm Complex client-side and server-side javascript IDE
    visual-studio-code Visual Studio focused on modern web and cloud
    eclipse Eclipse Java IDE

    optional arguments:
    -h, –help show this help message and exit

    * 命令 ‘games’:
    usage: umake games [-h] {twine,stencyl} …

    positional arguments:
    {twine,stencyl}
    twine Twine tool for creating interactive and nonlinear stories
    stencyl Stencyl game developer IDE

    optional arguments:
    -h, –help show this help message and exit

    * 命令 ‘dart’:
    usage: umake dart [-h] {dart-sdk} …

    positional arguments:
    {dart-sdk}
    dart-sdk Dart SDK (default)

    optional arguments:
    -h, –help show this help message and exit

    * 命令 ‘android’:
    usage: umake android [-h] {android-ndk,android-studio,android-sdk} …

    positional arguments:
    {android-ndk,android-studio,android-sdk}
    android-ndk Android NDK
    android-studio Android Studio (default)
    android-sdk Android SDK

    optional arguments:
    -h, –help show this help message and exit

    * 命令 ‘web’:
    usage: umake web [-h] {firefox-dev,visual-studio-code} …

    positional arguments:
    {firefox-dev,visual-studio-code}
    firefox-dev Firefox Developer Edition
    visual-studio-code Visual Studio focused on modern web and cloud

    optional arguments:
    -h, –help show this help message and exit

    * 命令 ‘rust’:
    usage: umake rust [-h] {rust-lang} …

    positional arguments:
    {rust-lang}
    rust-lang The official Rust distribution

    optional arguments:
    -h, –help show this help message and exit

    * 命令 ‘go’:
    usage: umake go [-h] {go-lang} …

    positional arguments:
    {go-lang}
    go-lang Google compiler (default)

    optional arguments:
    -h, –help show this help message and exit

    * 命令 ‘scala’:
    usage: umake scala [-h] {scala-lang} …

    positional arguments:
    {scala-lang}
    scala-lang Scala compiler and interpreter (default)

    optional arguments:
    -h, –help show this help message and exit

  • 相关阅读:
    Jvascript方法
    Java高效读取大文件(转)
    RandomAccessFile实时读取大文件(转)
    Java中的逆变与协变 专题
    Docker系列之(一):10分钟玩转Docker(转)
    Redis系列之(一):10分钟玩转Redis(转)
    BDB (Berkeley DB)数据库简单介绍(转载)
    JAVA的extends使用方法
    计算机视觉领域的一些牛人博客,超有实力的研究机构等的站点链接
    中国大推力矢量发动机WS15 跨入 世界先进水平!
  • 原文地址:https://www.cnblogs.com/APeng2019/p/10719355.html
Copyright © 2020-2023  润新知