Skip to content

Commit

Permalink
fixed contributing file, added information on the windows test dll
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Mar 5, 2018
1 parent 3d088cc commit c6b91da
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ Looking for work? Check *zugbruecke*'s `open issues`_ :)

.. _open issues: https://github.com/pleiszenburg/zugbruecke/issues

First time setup
----------------
First time setup for developers
-------------------------------

- Make sure you have *Wine* 2.x and *CPython* 3.x installed.
- Make sure you have the *mingw* cross compiler installed for compiling the *Windows* test DLL.
- Download and install the `latest version of git`_.
- Configure git with your `username`_ and `email`_:

Expand Down Expand Up @@ -113,6 +114,18 @@ First time setup
make install_link
- Compile the *Windows* test DLL:

.. code:: bash
make dll
- Run the test suite and confirm that the development environment is fully functional:

.. code:: bash
make test
.. _GitHub account: https://github.com/join
.. _latest version of git: https://git-scm.com/downloads
.. _username: https://help.github.com/articles/setting-your-username-in-git/
Expand Down

0 comments on commit c6b91da

Please sign in to comment.