jakiestfu/off-the-rip

Installation of dependencies across linux and windows

Open

#4 geöffnet am 7. Juli 2015

Auf GitHub ansehen
 (24 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (27 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (450 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide