3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-20 02:49:49 +01:00

compiler_vm: updated README -- added version numbers to dependencies

This commit is contained in:
Pragmatic Software 2011-02-14 00:35:45 +00:00
parent cb20ac607e
commit 735da9ec05

View File

@ -36,9 +36,9 @@ code from PBot to send to the virtual machine's server. To do so, run the compi
Dependencies: Dependencies:
gcc gcc (tested with 4.4.4)
gdb gdb (tested with 7.2)
astyle astyle (tested with 1.24 -- not working with astyle 2.0)
ulimit -c 50000 (required to produce core files if you wish to have gdb debugger output) ulimit -c 50000 (required to produce core files if you wish to have gdb debugger output)
Files: Files: