jakiestfu/off-the-rip

Installation of dependencies across linux and windows

Open

#4 aperta il 7 lug 2015

Vedi su GitHub
 (24 commenti) (0 reazioni) (0 assegnatari)JavaScript (27 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (450 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor