Skip to content

Commit

Permalink
update README.md with build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ratanakvlun authored Jun 14, 2017
1 parent fb0b4c1 commit 50d0100
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ WARNING: Modify settings at your own risk!

For information about each setting, see the libtorrent [manual](http://www.rasterbar.com/products/libtorrent/manual.html#session-customization).
NOTE: Older versions of libtorrent may have different setting names.

Building
--------

To build this plugin, you'll need [Python](https://www.python.org/) and the `setuptools` module. Instructions for installing `setuptools` can be found [here](https://packaging.python.org/tutorials/installing-packages/#install-pip-setuptools-and-wheel).

To build the plugin, run:
```
python setup.py bdist_egg
```

This will produce a `dist` directory containing the plugin egg.

0 comments on commit 50d0100

Please sign in to comment.