jakiestfu/off-the-rip

Installation of dependencies across linux and windows

Open

#4 aberto em 7 de jul. de 2015

Ver no GitHub
 (24 comments) (0 reactions) (0 assignees)JavaScript (27 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (450 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Looking at brew install eyeD3 phantomjs rtmpdump

Solution is a bash script like the following:

if [ isLinux ] ; then
  apt-get eyeD3 phantomjs rtmpdump
elseif [isWindows ] ; then
  # ?
elseif [ isMac ] ; then
  brew install eyeD3 phantomjs rtmpdump
fi

Guia do colaborador