Back to home page

OSCL-LXR

 
 

    


0001 
0002 For --xed the xed tool is needed. Here is how to install it:
0003 
0004   $ git clone https://github.com/intelxed/mbuild.git mbuild
0005   $ git clone https://github.com/intelxed/xed
0006   $ cd xed
0007   $ ./mfile.py --share
0008   $ ./mfile.py examples
0009   $ sudo ./mfile.py --prefix=/usr/local install
0010   $ sudo ldconfig
0011   $ sudo cp obj/examples/xed /usr/local/bin
0012 
0013 Basic xed testing:
0014 
0015   $ xed | head -3
0016   ERROR: required argument(s) were missing
0017   Copyright (C) 2017, Intel Corporation. All rights reserved.
0018   XED version: [v10.0-328-g7d62c8c49b7b]
0019   $