Instructions for installing Ximera locally.
Install ximeraLaTeX
This can be done by going to XimeraProject/ximeraLatex GitHub page, and scrolling down to the directions for your particular platform.
Install xake
Xake is Ximera’s version of “make” and it converts the LATEX source into HTML.
- (a)
- First you need HomeBrew. The following command, typed in a terminal
window
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Should be all you need. - (b)
- Then you need to install Go. The following command, typed in a new terminal
window
brew install go --cross-compile-common
again should be all you need. - (c)
- Install pkg-config and libgit2. This can be done via HomeBrew:
brew install pkg-config
brew install libgit2
brew install gpg
brew install mupdf - (d)
- Now perform the following commands in terminal:
mkdir -p ~/go/src/github.com/ximeraproject
export GOPATH=$HOME/go
cd ~/go/src/github.com/ximeraproject
git clone https://github.com/XimeraProject/xake.git
brew install ximeraproject/xake/xake