markdown 使用phpbrew
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用phpbrew相关的知识,希望对你有一定的参考价值。
# Install phpbrew
# Download phpbrew
cd ~/.local/bin
curl -L -O https://github.com/phpbrew/phpbrew/raw/master/phpbrew
chmod +x phpbrew
# Install PHP build dependencies
sudo apt install libssl-dev libbz2-dev libcurl4-openssl-dev
# Workaround for php build not finding libcurl header files
cd /usr/local/include
sudo ln -s /usr/include/x86_64-linux-gnu/curl
# Init phpbrew
phpbrew init
# Set phpbrew in zsh
cat<<EOT >> ~/.zshrc
function phpbrew() {
# "lazy-load" this because it's slow
[[ -e ~/.phpbrew/bashrc ]] && source ~/.phpbrew/bashrc
phpbrew "$@"
}
# Install PHP 5.4.45
phpbrew install 5.4.45
# Set it as the default
phpbrew use 5.4.45
以上是关于markdown 使用phpbrew的主要内容,如果未能解决你的问题,请参考以下文章
sh phpbrew最小化设置
sh MACOSにでphpbrew PHPをインストールする
如何在 Cloud9 上的 PHP 5.6 / 7.2 之间切换?
markdown 在引用中如何使用无序列表?
markdown-it基本使用
使用markdown写博客