mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-01 23:14:09 +01:00
compiler_vm: note about ulimit -c in README
This commit is contained in:
parent
0b8216e13c
commit
9e731958b1
@ -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.)
|
||||
|
Loading…
Reference in New Issue
Block a user