blob: 6222c1e7231fb6eb7fec1cc3e2faed2ace897849 [file] [log] [blame]
Andi Kleenb585ebd2018-09-20 11:05:36 -07001
2For --xed the xed tool is needed. Here is how to install it:
3
4 $ git clone https://github.com/intelxed/mbuild.git mbuild
5 $ git clone https://github.com/intelxed/xed
6 $ cd xed
7 $ ./mfile.py --share
8 $ ./mfile.py examples
9 $ sudo ./mfile.py --prefix=/usr/local install
10 $ sudo ldconfig
11 $ sudo cp obj/examples/xed /usr/local/bin
12
13Basic xed testing:
14
15 $ xed | head -3
16 ERROR: required argument(s) were missing
17 Copyright (C) 2017, Intel Corporation. All rights reserved.
18 XED version: [v10.0-328-g7d62c8c49b7b]
19 $