How to install xmake

2016-07-19 ruki 更多博文 » 博客 » GitHub »

xmake install linux windows macosx

原文链接 https://waruqi.github.io/2016/07/19/how-to-install-xmake/
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


Install on windows

  1. Download xmake source codes
  2. Enter the source code directory
  3. Run install.bat
  4. Select the installed directory and enter into this directory
  5. Please wait some mintues

Install from source codes on linux and macosx

$ git clone git@github.com:waruqi/xmake.git
$ cd ./xmake
$ sudo ./install

Install using homebrew on macosx

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ sudo brew install xmake

Install using homebrew on linux

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
$ sudo brew install xmake