Skip to content

Feature-filled Bittorrent client based on the Azureus open source project

License

Notifications You must be signed in to change notification settings

DeathStalker77/BiglyBT

 
 

Repository files navigation

BiglyBT

Source for BiglyBT.


Getting the basics to compile from source is pretty straightforward:

  1. Clone the repo into your favorite IDE
  2. Mark core/src and uis/src as project roots (source modules)
  3. To the uis module, add core/lib/*, uis/lib/log4j.jar and one of the swt.jars at /uis/lib/
  4. To the core module, add core/lib/*
  5. Make uis module depend on core. Core should not depend on uis

Intellij will do all these steps for you with its wizard, and the only change you need to make is to remove one of the swt.jar files it found.


Running is only few more steps:

  • Main class is com.biglybt.ui.Main in uis

  • Working Directory should be a new folder, since the app will write things to it. Put the aereg.dll or libOSXAccess.jnilib in there.

    When a normal user is running the app, the working directory is where the jar, executable, and libraries (dll, so, jnilib) are.

  • If you want a separate config dir from the default one, use VM Option -Dazureus.config.path=<some config path>

  • Run it

About

Feature-filled Bittorrent client based on the Azureus open source project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.3%
  • C++ 0.3%
  • C 0.2%
  • Objective-C++ 0.1%
  • Objective-C 0.1%
  • Shell 0.0%