Commit Graph

10 Commits

Author SHA1 Message Date
Sean Channel
b60812af1b clear up dependency issues slightly
I encountered the problem from issue #391 with the latest develop in Ubuntu 12.04  and found it necessary to install ubuntu's packages for all the dependencies on the install page, then make sure to call virtualenv with --system-site-packages so pip did not try to compile those.

https://github.com/saltstack/salt/issues/391
2012-08-20 12:00:35 -07:00
Sean Channel
0cf35b4792 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.
2012-08-17 19:28:54 -07:00
Pedro Algarvio
26d6c13255 Update HACKING.rst to use --config-dir and let users know how to better control running the tests. 2012-08-14 00:47:28 +01:00
Intchanter
cf39fc7ad8 Fixed typo 2012-07-16 08:15:49 -06:00
Seth House
dd0f6910cc Added development env installation instructions to HACKING 2012-07-15 11:18:38 -07:00
Thomas S Hatch
6f62bb7dce fix rst pep8 formatting in hacking file 2012-07-04 13:00:51 -06:00
Avi Marcus
cc029ccc34 Add more specifics about building docs: where they get built, what markup, and where the main info is stored 2012-07-04 02:06:57 +03:00
Avi Marcus
e0d21d476b Explain the link to open docs has the actual workflow for git contributions 2012-07-04 01:52:44 +03:00
Avi Marcus
a21aa82b65 Add info about how to build the docs with sphinx 2012-07-04 01:40:10 +03:00
Wraithan (Chris McDonald)
910f936d71 Improve hacking docs 2012-06-30 17:28:08 -07:00