# xcode intallation --> ask for accept (please accept!)
xcode-select --install
# homebrew installation --> ask for sudoer password (please give it!)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install ninja
# install wordgrinder
git clone https://github.com/davidgiven/wordgrinder.git
cd wordgrinder
make
make install
rm -Rf wordgrinder
# put a beautiful clickable icon in desktop:
echo '#!/bin/bash'>~/Desktop/wordgrinder.commandecho '~/bin/wordgrinder'>>~/Desktop/wordgrinder.command
chmod +x ~/Desktop/wordgrinder.command
Instalar
sudo make install PREFIX=/usr
No hay comentarios:
Publicar un comentario