From 8bf92fa91b9ffec90ce4968f1898d0864c7c5b12 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 10 Feb 2019 22:46:35 +0000 Subject: Initial commit. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..81c1377 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +Docker +====== + +An attempt to Dockerize the Cryptech build environment. + +The ten zillion Debian packages are tedious but straightforward. + +The tricky bit is the XiLinx toolchain: + +* You have to download the installation tarball by hand +* You have to get a license key from XiLinx before you can use it +* You have to run GUI installation tools to install and configure it + +There's not much we can do about the first two, so we assume that +you've obtained a tarball and a license key file, and that you've +dropped them into this directory with the filenames we expect. + +The third...is fun, in a demented sort of way. Don't know whether +it'll work yet, but going to try automating this using +Xvfb, xautomation, and ratpoison. -- cgit v1.2.3