3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

compiler_vm: note about ulimit -c in README

This commit is contained in:
Pragmatic Software 2011-02-01 00:58:33 +00:00
parent 0b8216e13c
commit 9e731958b1

View File

@ -34,6 +34,13 @@ Starting the virtual machine for PBot:
Now that the virtual machine is configured and saved, you may launch the local server to listen for
code from PBot to send to the virtual machine's server. To do so, run the compiler_server.pl script.
Dependencies:
gcc
gdb
astyle
ulimit -c 50000 (required to produce core files if you wish to have gdb debugger output)
Files:
(Read within each file for configuration instructions.)