From b512b9f0875cbe733ce63062e83b7c582a5debd2 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@virginia.edu>
Date: Thu, 17 May 2018 05:17:28 -0700
Subject: [PATCH] readme was so out of date I erased it.

Former-commit-id: adac1434b0dcd3ac87c46c7ddac6fba865e813fa
---
 README | 44 +-------------------------------------------
 1 file changed, 1 insertion(+), 43 deletions(-)

diff --git a/README b/README
index 775002dc5..a0990367e 100644
--- a/README
+++ b/README
@@ -1,43 +1 @@
-Subdirectories contain the following extensions to the Strata infrastructure, e.g.:
-* SPRI (Strata Program Rewriting Interface)
-* SPASM (SPRI Assembler)
-* IRDB (API and tools to produce SPRI rules)
-
-Other subdirectories contain transformations and various security protections, e.g.:
-* Integer transforms
-* P1/Pn transforms
-* Application Firewall (aka: Software DNA Shotgun Sequencing)
-
-###################################################################
-
-Must define env var
-SECURITY_TRANSFORM_HOME
-
-#####
-Install cmake on the system
-
-######################## ######################## ########################
-# To build this, use "./build.sh" 
-######################## ######################## ########################
-
-
-
-When configuring ELFIO-1.0.3, be sure to point the install directory at the root of wherever you put the SVN module, e.g.,
-
-cd ELFIO-1.0.3
-./configure --prefix=$SECURITY_TRANSFORMS_HOME
-make
-make install
-
-####
-Compile the beaengine
-cmake .
-make
-
-####
-cd xform
-make everything
-
-###
-cd tools
-make everything
+TBD
-- 
GitLab