Skip to content

darkred/DelugeBuildFromSource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build deluge and dependencies 100% from source.

You need to have installed:

Visual Studio 2017

Python

nasm

ActivePerl

Then download boost

And Extract to C:\

Then download openssl

And Extract to C:\

Download gvsbuild

And Extract to C:\gtk-build\github

Download Libtorrent

And Extract to C:\

Download Deluge

And Extract to C:\

Make sure the following are in your %PATH% environment variable.

C:\Perl64\site\bin

C:\Perl64\bin

C:\Python\Python37

C:\Python\Python37\Scripts

C:\gtk-build\gtk\x64\release\bin

From there run:

  1. OpenSSLBuild.bat
  2. LibtorrentBuild.bat
  3. GTK3Build.bat
  4. DelugeBuild.bat

From here you can cmd/powershell deluge.exe or create a shortcut from C:\Python\Python37\Scripts .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 57.9%
  • Python 42.1%