Fra*_*ira 2 install freebsd build meteor
我正在尝试在FreeBSD 9上运行meteorjs.我已经从ports安装了nodejs.
我也尝试过:
git clone https://github.com/meteor/meteor.git然后node meteor --help它不起作用.
我发现这个"如果"进入流星文件:
if [ "$UNAME" != "Linux" -a "$UNAME" != "Darwin" ] ; then
echo "Sorry, this OS is not supported."
exit 1
fi
有关于如何在FreeBSD上安装或构建meteorjs的一些信息吗?
谢谢!
小智 7
我为FreeBSD创建了一个自定义开发包:https://github.com/yonas/meteor-freebsd
以下是安装说明:
sudo pkg install bash ca_root_nss curl expat gettext-runtime git-lite gmake indexinfo libevent2 libffi mongodb node npm pcre perl5 python2 python27 snappy v8
Run Code Online (Sandbox Code Playgroud)
git clone git://github.com/yonas/meteor-freebsd.git
sudo mv meteor-freebsd /usr/local/share/meteor
sudo ln -s /usr/local/share/meteor/meteor /usr/local/bin/meteor
Run Code Online (Sandbox Code Playgroud)
meteor create myapp
cd myapp
meteor
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2431 次 |
| 最近记录: |