Mercurial > vba-linux
changeset 44:a80a707cc402
add readme.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 26 Feb 2013 10:13:11 +0000 |
parents | 629602cb5e8c |
children | 6803cb8a6ebf |
files | README |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/README Tue Feb 26 10:13:11 2013 +0000 1.3 @@ -0,0 +1,11 @@ 1.4 +This is vba-rerecording, modified to compile on GNU/Linux. 1.5 + 1.6 +In order to compile this software, do: 1.7 + 1.8 +autoreconf -i 1.9 +./configure 1.10 +make 1.11 +make install 1.12 + 1.13 +If you have any problems, please contact rlm@mit.edu. 1.14 +