Skip to content

Commit

Permalink
Merge pull request #2167 from lfdversluis/patch-1
Browse files Browse the repository at this point in the history
Added the new dependencies to package Tribler in the doc
  • Loading branch information
whirm committed May 9, 2016
2 parents 0b6cce9 + 3eee744 commit c3e89b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/Building Tribler on Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ Inside the `build` folder, put the following items:
1. A static version (64 bit, git-1d8f9b7) of ffmpeg, available [here](http://ffmpeg.zeranoe.com/builds/). Place it in a folder called `ffmpeg` in the `build` folder.
2. A folder `certs` containing a `.pfx` key. In our case it's named `swarmplayerprivatekey.pfx`. Make sure to rename paths in `makedist_win.bat` to match your file name.
3. A `vlc` folder containing a full instalation of vlc (Version 2.2.1).
4. `vc_redist.exe`, which is available [here](https://www.microsoft.com/en-us/download/details.aspx?id=48145). Make sure to choose the 64 bit one! (In case you build 32 bit, get the x86 version). Don't forget to rename.
5. `libsodium.dll` which can be downloaded from [libsodium.org](https://download.libsodium.org/libsodium/releases/) (as of writing version 1.0.8).
4. `vc_redist_90.exe` (Microsoft Visual C++ 2008 Redistributable Package), which is available [here](https://www.microsoft.com/en-us/download/details.aspx?id=15336). In case you build 32 bit, get the x86 version [here](https://www.microsoft.com/en-us/download/details.aspx?id=29). Don't forget to rename the file.
5. `vc_redist_100.exe` (Microsoft Visual C++ 2010 Redistributable Package), which is available [here](https://www.microsoft.com/en-us/download/details.aspx?id=14632). In case you build 32 bit, get the x86 version [here](https://www.microsoft.com/en-us/download/details.aspx?id=5555). Again, don't forget to rename.
6. `vc_redist_110.exe` (Visual C++ Redistributable for Visual Studio 2012), which is available [here](https://www.microsoft.com/en-us/download/details.aspx?id=30679). In case you build 32 bit, get the x86 version. Once more, don't forget to rename the file.
7. `libsodium.dll` which can be downloaded from [libsodium.org](https://download.libsodium.org/libsodium/releases/) (as of writing version 1.0.8).

Then, set a `PASSWORD` [environment variable](https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sysdm_advancd_environmnt_addchange_variable.mspx?mfr=true) with its value set to the password matching the one set in your `.pfx` file.

Expand Down

0 comments on commit c3e89b3

Please sign in to comment.