jakiestfu/off-the-rip

Installation of dependencies across linux and windows

Open

#4 建立於 2015年7月7日

在 GitHub 查看
 (24 留言) (0 反應) (0 負責人)JavaScript (27 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (450 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南