Mercurial > vba-linux
annotate README @ 49:9c1b4651b731
enabled optional profiling.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 21 Mar 2013 20:35:16 +0000 |
parents | a80a707cc402 |
children |
rev | line source |
---|---|
rlm@44 | 1 This is vba-rerecording, modified to compile on GNU/Linux. |
rlm@44 | 2 |
rlm@44 | 3 In order to compile this software, do: |
rlm@44 | 4 |
rlm@44 | 5 autoreconf -i |
rlm@44 | 6 ./configure |
rlm@44 | 7 make |
rlm@44 | 8 make install |
rlm@44 | 9 |
rlm@44 | 10 If you have any problems, please contact rlm@mit.edu. |
rlm@44 | 11 |