Giter Site home page Giter Site logo

f3rcho / biglybt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from biglysoftware/biglybt

0.0 0.0 0.0 74.59 MB

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

Home Page: https://www.biglybt.com

License: GNU General Public License v2.0

Objective-C 0.08% Objective-C++ 0.09% C 0.19% Makefile 0.01% C++ 0.29% Batchfile 0.01% Java 99.31% Shell 0.02% HTML 0.01%

biglybt's Introduction

BiglyBT

Source for BiglyBT, a feature filled, open source, ad-free, bittorrent client. BiglyBT is forked from Vuze/Azureus and is being maintained by two of the original developers as well as members of the community. With over 15 years of development, there's a good chance we have the features you are looking for, as well as the decade old bugs you aren't looking for :)

Donations

Method Address
PayPal BiglyBT's Donation Page
BCH/BTC/BSG/BSV 1BiGLYBT38ttJhvZkjGc5mCw5uKoRHcUmr
DASH XjDwmSrDPQBaLzCkuRHZaFzHf7mTVxkW9K
DOGE DMXWdEtPUJc5p2sbHGo77SvqFXKTR8Vff1
ETH/ETC 0x4e609B5EF88C8aA8Ab73945fD1ba68c9E27faC75
LTC LKGc2utCrGfojpYsX3naT9n1AxjLiZ5MMG
TRX/BTT TAbsb7pjEEWNpXFvPf49rfVhFSB2e3dAM7
XRP rPFKfbx2tuzMMaz7Zy99M6CquHKgp9srSb

Setting up Dev Environment

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/* and one of the swt.jars at /uis/lib/:
    swt-win64.jar on Windows
    swt-cocoa-64.jar on OSX
    swt-linux-64.jar on Linux (GTK)
  4. To the core module, add core/lib/*
  5. Make uis module depend on core. Core should not depend on uis

IntelliJ IDEA will do all these steps for you with its wizard.

External Annotations

If you wish IntelliJ IDEA to show MessageBundle strings instead of keys, as well as reduce the number of NPE warnings, you can attach the external annotations either by:

  • Project Settings->Modules->Paths->External Annotations
  • in <module>/<module>.iml add to component:
    <annotation-paths>
      <root url="file://$MODULE_DIR$/../external-annotations" />
    </annotation-paths>
    

External Annotations definitions are a WIP and not complete list of definitions.

Running in Dev Environment

Running is only few more steps:

  • Main class is com.biglybt.ui.Main in module 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

Release Installer Notes

We build our installers using Install4j, multi-platform installer builder

Install4j Logo

biglybt's People

Contributors

parg avatar tuxpaper avatar biglybt avatar lislei avatar shusshu avatar ferdnyc avatar havokdan avatar lkure avatar deus0ww avatar manandbytes avatar tsoliman avatar ebourg avatar konoromihimaries avatar arronm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.