jakiestfu/off-the-rip

Installation of dependencies across linux and windows

Open

#4 ouverte le 7 juil. 2015

Voir sur GitHub
 (24 commentaires) (0 réactions) (0 assignés)JavaScript (27 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (450 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur