armv6l 上的流星(树莓派) [英] meteor on armv6l (raspberry pi)

查看:30
本文介绍了armv6l 上的流星(树莓派)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我喜欢流星的外观,以前从未尝试过,认为它可以成为我的 raspberry pi 上的网络仪表板的绝佳平台.尝试了推荐的安装程序并得到了这个:

$ curl install.meteor.com |/bin/sh无法在不受支持的架构上安装 Meteor:armv6l安装失败.

好吧,我不会接受那个躺着的!我打算尝试手动安装它,但是有人已经尝试过/失败过/成功过吗?有小费吗?

解决方案

你可以在 github 上找到一个名为 Meteor 通用叉.对于 ARM 和 BSD 等不受支持的架构,它有一个随时可用的安装程序.

对于安装只需运行:

cd $HOMEgit clone --depth 1 https://github.com/4commerce-technologies-AG/meteor.git

然后获取二进制文件并通过以下方式完成安装:

$HOME/meteor/meteor --version

<块引用>

第一次运行上面的命令会尝试下载一个兼容的预构建的 dev_bundle 并完成安装.这可能需要一些时间,具体取决于您的硬件.

I like the look of meteor, never tried it before, thought it would make a great platform for a web dashboard on my raspberry pi. Tried the recommended installer and got this:

$ curl install.meteor.com | /bin/sh
Unable to install Meteor on unsupported architecture: armv6l
Installation failed.

Well, I'm not gonna take that lying down! Am going to try and manually install it, but has anyone tried/failed/succeeded already? Any tips?

解决方案

You can find a fork of meteor at github called Meteor universal fork. That has a ready to go installer for yet unsupported architectures like ARM and BSD.

For the installation just run:

cd $HOME

git clone --depth 1 https://github.com/4commerce-technologies-AG/meteor.git

and then get the binaries and finish the installation by:

$HOME/meteor/meteor --version

Running the above command for the first time will try to download a compatible pre-built dev_bundle and finish the installation. Depending on your hardware this may take some time.

这篇关于armv6l 上的流星(树莓派)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆