jakiestfu/off-the-rip

Installation of dependencies across linux and windows

Open

#4 opened on Jul 7, 2015

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

Repository metrics

Stars
 (450 stars)
PR merge metrics
 (PR metrics pending)

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

Contributor guide