title: How to install xmake tags: [xmake, install, linux, windows, macosx, homebrew] date: 2016-07-19 author: Ruki
install.bat$ git clone [email protected]:waruqi/xmake.git
$ cd ./xmake
$ sudo ./install
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ sudo brew install xmake
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
$ sudo brew install xmake