brintos

brintos / linux-shallow public Read only

0
0
Text · 526 B · 6222c1e Raw
20 lines · plain
1 2For --xed the xed tool is needed. Here is how to install it:3 4  $ git clone https://github.com/intelxed/mbuild.git mbuild5  $ git clone https://github.com/intelxed/xed6  $ cd xed7  $ ./mfile.py --share8  $ ./mfile.py examples9  $ sudo ./mfile.py --prefix=/usr/local install10  $ sudo ldconfig11  $ sudo cp obj/examples/xed /usr/local/bin12 13Basic xed testing:14 15  $ xed | head -316  ERROR: required argument(s) were missing17  Copyright (C) 2017, Intel Corporation. All rights reserved.18  XED version: [v10.0-328-g7d62c8c49b7b]19  $20