build-xed.txt 526 B

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