|
Revision 7, 461 bytes
(checked in by stephen, 1 year ago)
|
testing new permissions.
M mina/README.TXT
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
INSTALL: |
|---|
| 3 |
* Be sure dbghelp.dll and symsrv.dll are in the system path if not, install |
|---|
| 4 |
"Debugging tools for Windows" |
|---|
| 5 |
* Create C:\the_mina and C:\the_mina\syms c:\the_mina\logs |
|---|
| 6 |
|
|---|
| 7 |
USING: |
|---|
| 8 |
* Goto Start->Run->"iexplore www.google.com" |
|---|
| 9 |
* run mina.exe |
|---|
| 10 |
|
|---|
| 11 |
BUILDING FROM SCRATCH: |
|---|
| 12 |
* You need Visual Studio. Run vcvars32.bat (or vsvars32.bat) from |
|---|
| 13 |
cmd.exe |
|---|
| 14 |
* you may need to change lib and include path in make.bat |
|---|
| 15 |
* run make.bat from the vcvars32 env term |
|---|
| 16 |
|
|---|