Update HACKING.rst

one line added to indicate the need for swig and libssl-dev to be installed. This sort of assumes that those are the correct package names on distros other that ubuntu. Alternatively just indicate generically that 'the libssl development headers' are needed, etc.
This commit is contained in:
Sean Channel 2012-08-17 19:28:54 -07:00
parent 1a2f638d4a
commit 0cf35b4792

View file

@ -54,6 +54,7 @@ Then::
Installing Salt for development
-------------------------------
You need both ``swig`` and ``libssl-dev`` installed for Salt development.
Clone the repository using::