jminardi / syncnet

A decentralized browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build instructions for windows

probar opened this issue · comments

Thinking of trying and maybe developing this, but can't build on windows.

What errors are you seeing? I haven't tried on windows, but everything should be cross-platform

You will need to update the path the the btsync executable on windows. It is defined in this line:

https://github.com/jminardi/python-btsync/blob/master/btsync.py#L10

Where is btsync usually installed on windows?

Thanks. Currently BTSync is running on it's own, so no need for this .

On 20 March 2014 03:55, Jack Minardi notifications@github.com wrote:

You will need to update the path the the btsync executable on windows. It
is defined in this line:

https://github.com/jminardi/python-btsync/blob/master/btsync.py#L10

Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-38128219
.

Were you able to start it with the API enabled in the config file?

Took some messing around , the config file wasn't full , it needs a storage path with backslashes , and other messing around. I can write clear instructions to include in the readme later.

Great! So you were able to get everything up and running on Windows?