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 禮物 閱讀(1895) 評論(0)  編輯  收藏 所屬分類: Linux
          主站蜘蛛池模板: 南溪县| 石家庄市| 阿鲁科尔沁旗| 分宜县| 保山市| 襄樊市| 遵化市| 紫阳县| 阿鲁科尔沁旗| 黎城县| 上虞市| 香港 | 德州市| 桐梓县| 黑龙江省| 合江县| 乃东县| 阜新| 秦安县| 沙湾县| 正定县| 稷山县| 东光县| 石景山区| 奎屯市| 贵德县| 万源市| 防城港市| 许昌县| 清徐县| 改则县| 新郑市| 东城区| 梅河口市| 峡江县| 青铜峡市| 湘潭市| 民丰县| 牙克石市| 城口县| 大宁县|