需要帮助来安装“V8”和“depot_tools” [英] Need help to install "V8" and "depot_tools"

查看:119
本文介绍了需要帮助来安装“V8”和“depot_tools”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在我的Ubuntu-Server 16.04(arm7-sun8i)上安装`V8`,但在此之前,它说要安装`depot_tools`。所以我试着按照这个页面的步骤进行操作:http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up
$ b在$ home / m`里面$ b



`git clone https:// chromium.googlesource.com / chromium / tools / depot_tools.git`



将此行添加到`〜/ .bashrc`

`PATH = $ PATH:/ home / m`

另外运行此命令:`export PATH = $ PATH:/ home / m`



将所有这些命令替换为我的信息:





$ git config --global user.nameJohn Doe

$ git config --global user.emailjdoe @ email .com

$ git config --global core.autocrlf false

$ git config --global core.filemode false

$#and好玩!

$ git config --global color.ui true



我尝试过:



但是当我尝试运行这个comman时,在`TL; DR`步骤d:`fetch {chromium,...}`

结果是:

` -bash:fetch:command not found

`

我不是高级Linux用户,需要`depot_tools`来为另一个项目安装`V8`!所以请帮我简化吧!



非常感谢你

I am trying to install `V8` on my Ubuntu-Server 16.04(arm7-sun8i), but before that, it says to install `depot_tools`. So I tried to do what this page says step-by-step: http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up

inside `home/m` :
`git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git`

Added this line to ` ~/.bashrc `
`PATH=$PATH:/home/m`
Also ran this command: ` export PATH=$PATH:/home/m`

Ran all these commands with replaced by my information:


$ git config --global user.name "John Doe"
$ git config --global user.email "jdoe@email.com"
$ git config --global core.autocrlf false
$ git config --global core.filemode false
$ # and for fun!
$ git config --global color.ui true

What I have tried:

But at `TL;DR` step when I try to run this command: `fetch {chromium,...}`
the result is:
`-bash: fetch: command not found
`
I am not an advanced Linux user and need `depot_tools` to install `V8` for another project! So please help me simplify!

Thank you a lot

推荐答案

路径:/ home / m`

还运行了这个命令:`export PATH =
PATH:/home/m`
Also ran this command: ` export PATH=


路径:/ home / m`



将所有这些命令替换为我的信息:




PATH:/home/m`

Ran all these commands with replaced by my information:



git config --global user.name John Doe
git config --global user.name "John Doe"


这篇关于需要帮助来安装“V8”和“depot_tools”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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