Skip to content

Commit

Permalink
Add DEPENDENCIES file
Browse files Browse the repository at this point in the history
Suggested-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Signed-off-by: Brian Woods <brian.woods@xilinx.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
  • Loading branch information
Brian Woods authored and sstabellini committed Mar 5, 2020
1 parent d607f2f commit 8178112
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Please make sure you have the following installed on your system, they
are required by runX:

bash
busybox static

run time:
xen tools (xl) >= 4.9
qemu with xen and virtfs support > 2.9
jq >= 1.4
socat
daemonize

build time:
gcc
make
go

0 comments on commit 8178112

Please sign in to comment.