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 合并指标
 (30 天内没有已合并 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

贡献者指南