APIバージョン:1.3
中国語版へのリンク
-
iOS SDKのダウンロード
SDKのダウンロードページ -
SDKの構成
iOS SDK v1.3は下記の二つから構成されている。
APIバージョン:1.3
中国語版へのリンク
iOS SDKのダウンロード
SDKのダウンロードページ
SDKの構成
iOS SDK v1.3は下記の二つから構成されている。
本SDKは下記の機能を含めています。
git archive --remote {remote repository} {branch name/tree-ish} {file path} | tar -x --strip-components={directory depth} |
function _update_ruby_version() | |
{ | |
typeset -g ruby_version='' | |
if which rvm-prompt &> /dev/null; then | |
ruby_version="$(rvm-prompt i v g)" | |
rvm-prompt i v g | |
else | |
if which rbenv &> /dev/null; then | |
ruby_version="$(rbenv version | sed -e "s/ (set.*$//")" | |
fi |
#!/bin/sh | |
wget http://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb | |
sudo dpkg -i erlang-solutions_1.0_all.deb | |
sudo apt-get update | |
sudo apt-get install -y erlang | |
sudo apt-add-repository -y ppa:bigkevmcd/elixir | |
sudo apt-get update | |
sudo apt-get install -y elixir |
# ~/.oh-my-zsh/custom/tjkirch-with-ruby.zsh-theme | |
function _update_ruby_version() | |
{ | |
typeset -g ruby_version='' | |
if which rvm-prompt &> /dev/null; then | |
ruby_version="$(rvm-prompt i v g)" | |
rvm-prompt i v g | |
else | |
if which rbenv &> /dev/null; then |
sudo apt install build-essential autoconf bison flex texinfo \ | |
help2man gawk libtool libtool-bin libtool-doc libncurses5-dev python3-dev \ | |
python3-distutils git unzip | |
git clone http://github.com/crosstool-ng/crosstool-ng | |
cd crosstool-ng | |
./bootstrap | |
./configure --enable-local | |
DEFCONFIG=samples/armv8-rpi3-linux-gnueabihf/crosstool.config ./ct-ng defconfig |