how-to-install-xmake.md 813 B


title: How to install xmake tags: [xmake, install, linux, windows, macosx, homebrew] date: 2016-07-19 author: Ruki

outline: deep

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 [email protected]: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