diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-31 17:27:46 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-31 17:27:46 +0000 |
commit | 28aacfaeddbfe047ab0fba29b6843facc5e5e06a (patch) | |
tree | 59387f63c46e7c4ef6d5609dad1e31bef8424bbd /stp/INSTALL | |
parent | c582aa704b9f0d2729e76251aeb4676d4cb866a6 (diff) | |
download | klee-28aacfaeddbfe047ab0fba29b6843facc5e5e06a.tar.gz |
Forgot to remove the actual stp directory.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@161056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'stp/INSTALL')
-rw-r--r-- | stp/INSTALL | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stp/INSTALL b/stp/INSTALL deleted file mode 100644 index 12cee121..00000000 --- a/stp/INSTALL +++ /dev/null @@ -1,10 +0,0 @@ -1. To install STP perform the following steps on your Unix/GNU-Linux/MacOS X commandline: - -./configure --with-prefix=$HOME (or another installation directory) -make clean -make -make install - -2. To test the system after installation: - -make regressall \ No newline at end of file |