Terry.Li-彬

          虛其心,可解天下之問;專其心,可治天下之學;靜其心,可悟天下之理;恒其心,可成天下之業。

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            143 隨筆 :: 344 文章 :: 130 評論 :: 0 Trackbacks
          https://github.com/fly2wind/TSShellScript

          #!/bin/sh
          ########################################################################################
          #
          # Install JDK Script
          #
          # Shawn Ma
          #
          ########################################################################################
          # Define
          TARGET=OTP_R15B03-1.tar.gz
          SOURCE=https://nodeload.github.com/erlang/otp/tar.gz/OTP_R15B03-1

          # Create a build directory
          mkdir -p /opt/install/erlang && cd /opt/install/erlang

          # Prepare for compilation source
          curl -o $TARGET $SOURCE
          mkdir -p tmp && tar -zxvf $TARGET -C tmp

          # Install build dependencies
          yum install -y gcc gcc-c++ make cmake autoconf automake
          yum install -y ncurses-devel openssl-devel

          # Create a User Group

          # Compile and deploy
          mv tmp/* source && cd source
          ./otp_build autoconf
          ./configure \
          --prefix=/opt/environment/erlang/R15B03 \
          --enable-threads \
          --enable-smp-support \
          --enable-kernel-poll \
          --enable-hipe \
          --without-termcap \
          --without-javac \
          --with-ssl
          make
          make install

          # Postinstallation setup
          export PATH=$PATH:/opt/environment/erlang/R15B03/bin

          # Configuration

          # Additional
          # export PATH USER
          sed -i '/export PATH=/a\export PATH=$PATH:\/opt\/environment\/erlang\/R15B03\/bin' /etc/profile

          posted on 2013-01-09 14:57 禮物 閱讀(1900) 評論(0)  編輯  收藏 所屬分類: Linux
          主站蜘蛛池模板: 德昌县| 化州市| 刚察县| 昭苏县| 洛隆县| 柘城县| 教育| 镇江市| 长岛县| 沈丘县| 旺苍县| 牟定县| 韩城市| 板桥市| 阿拉尔市| 龙泉市| 安国市| 河北省| 交口县| 离岛区| 屯昌县| 余江县| 应用必备| 江源县| 南华县| 建宁县| 湘西| 商河县| 仲巴县| 饶河县| 三江| 双辽市| 勐海县| 平陆县| 岑溪市| 昂仁县| 彝良县| 广西| 栾城县| 突泉县| 乌海市|