LittleShoot is:
- Easy File Sharing in your Browser
- Streaming P2P Downloads
- Searches of YouTube, BitTorrent, LimeWire, Flickr, and More
- BitTorrent Downloads in your Browser
- Open Source
To get started, download and install LittleShoot using the button below.
Developers - Check Out the Code
Building and running LittleShoot is generally easy, although the build process does take
time because there's a lot going on in there. To build LittleShoot, you first need to have both
maven and ant installed.
To checkout and run LittleShoot, simply perform the following.
NOTE: Compiling on Windows has become a challenge due to the influx of native code. You need to have Visual Studio, OpenSSL, PowerShell, etc, but you should get the appropriate error messages if anything is missing. Linux does not compile due to all the non-Linux platform-specific code. We'll remedy both in the future. All code contributed to LittleShoot must be submitted via patch to [email protected]. All contributed code is licensed under the same license as the LittleShoot code base generally -- the GNU General Public License version 2. The full text of the GPL is available here.
- $ svn co http://svn.littleshoot.org/svn/littleshoot/trunk littleshoot/trunk
- $ cd littleshoot/trunk
- $ ./build.bash or ./build.ps1 (Windows)
- $ ./run.bash
NOTE: Compiling on Windows has become a challenge due to the influx of native code. You need to have Visual Studio, OpenSSL, PowerShell, etc, but you should get the appropriate error messages if anything is missing. Linux does not compile due to all the non-Linux platform-specific code. We'll remedy both in the future. All code contributed to LittleShoot must be submitted via patch to [email protected]. All contributed code is licensed under the same license as the LittleShoot code base generally -- the GNU General Public License version 2. The full text of the GPL is available here.