ncdc 1.21
This commit is contained in:
parent
4a785ffec2
commit
7367b44edc
11 changed files with 93 additions and 20 deletions
|
|
@ -20,6 +20,13 @@ software or the incidental article on this site. Enjoy your stay!
|
|||
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
|
||||
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||
|
||||
`2019-03-26` - ncdc 1.21 released <!-- tags: ncdc, link: /ncdc -->
|
||||
: A long-overdue release of ncdc with some improvements that have been
|
||||
sitting idle in the git repository for far too long. This release adds
|
||||
support for libmaxminddb, free slot broadcasting, skipping downloading
|
||||
files you already have and indicating shared/queued files in the search
|
||||
window and file browser. [Homepage](/ncdc) - [Changelog](/ncdc/changes).
|
||||
|
||||
`2019-03-23` - Bug tracker migration to Gitea <!-- tags: ncdu, ncdc, yxml -->
|
||||
: The bug trackers that used to be embedded in this website have now been
|
||||
migrated to [Gitea](https://code.blicky.net/) issues. The bug trackers of the
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@ interface.
|
|||
## Get ncdc!
|
||||
|
||||
Latest version
|
||||
: 1.20 ([dllink ncdc-1.20.tar.gz]
|
||||
: 1.21 ([dllink ncdc-1.21.tar.gz]
|
||||
\- [changes](https://dev.yorhel.nl/ncdc/changes))
|
||||
|
||||
Convenient static binaries for Linux:
|
||||
[64-bit](/download/ncdc-linux-x86_64-1.20-6-g5111a.tar.gz) -
|
||||
[32-bit](/download/ncdc-linux-i486-1.20-6-g5111a.tar.gz) -
|
||||
[ARM](/download/ncdc-linux-arm-1.20-6-g5111a.tar.gz). Check the
|
||||
[64-bit](/download/ncdc-linux-x86_64-1.21.tar.gz) -
|
||||
[32-bit](/download/ncdc-linux-i486-1.21.tar.gz) -
|
||||
[ARM](/download/ncdc-linux-arm-1.21.tar.gz). Check the
|
||||
[installation instructions](/ncdc/install) for more info.
|
||||
|
||||
Development version
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ may be helpful.
|
|||
|
||||
## Ncdc crashes a lot!
|
||||
|
||||
Ncdc 1.20 has no known bugs that may cause a crash. If you're running an older
|
||||
Ncdc 1.21 has no known bugs that may cause a crash. If you're running an older
|
||||
version of ncdc, please upgrade. If your ncdc is up to date and you still have
|
||||
a crash, please report a bug.
|
||||
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@ page are of course highly welcomed as well. :-)
|
|||
If you just want to get ncdc running without going through the trouble of
|
||||
compiling and/or installing it, I also offer statically linked binaries:
|
||||
|
||||
- [Linux, 64-bit](/download/ncdc-linux-x86_64-1.20-6-g5111a.tar.gz)
|
||||
- [Linux, 32-bit](/download/ncdc-linux-i486-1.20-6-g5111a.tar.gz)
|
||||
- [Linux, ARM](/download/ncdc-linux-arm-1.20-6-g5111a.tar.gz)
|
||||
- [Linux, 64-bit](/download/ncdc-linux-x86_64-1.21.tar.gz)
|
||||
- [Linux, 32-bit](/download/ncdc-linux-i486-1.21.tar.gz)
|
||||
- [Linux, ARM](/download/ncdc-linux-arm-1.21.tar.gz)
|
||||
|
||||
To use them, simply download and extract the tarball, and then run `./ncdc` on
|
||||
the command line.
|
||||
|
|
@ -92,9 +92,9 @@ First install some required packages (as root):
|
|||
|
||||
Then, fetch the ncdc source tarball, extract and build as follows:
|
||||
|
||||
wget https://dev.yorhel.nl/download/ncdc-1.20.tar.gz
|
||||
tar -xf ncdc-1.20.tar.gz
|
||||
cd ncdc-1.20
|
||||
wget https://dev.yorhel.nl/download/ncdc-1.21.tar.gz
|
||||
tar -xf ncdc-1.21.tar.gz
|
||||
cd ncdc-1.21
|
||||
export PATH="$PATH:/usr/perl5/5.10.0/bin"
|
||||
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
|
||||
make
|
||||
|
|
@ -121,9 +121,9 @@ install the required libraries:
|
|||
|
||||
Then run the following commands to download and install ncdc:
|
||||
|
||||
wget https://dev.yorhel.nl/download/ncdc-1.20.tar.gz
|
||||
tar -xf ncdc-1.20.tar.gz
|
||||
cd ncdc-1.20
|
||||
wget https://dev.yorhel.nl/download/ncdc-1.21.tar.gz
|
||||
tar -xf ncdc-1.21.tar.gz
|
||||
cd ncdc-1.21
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
sudo make install
|
||||
|
|
@ -149,8 +149,8 @@ website](http://cygwin.com/) and use it to install the following packages:
|
|||
Then open a Cygwin terminal and run the following commands to download,
|
||||
compile, and install ncdc:
|
||||
|
||||
wget https://dev.yorhel.nl/download/ncdc-1.20.tar.gz
|
||||
tar -xf ncdc-1.20.tar.gz
|
||||
cd ncdc-1.20
|
||||
wget https://dev.yorhel.nl/download/ncdc-1.21.tar.gz
|
||||
tar -xf ncdc-1.21.tar.gz
|
||||
cd ncdc-1.21
|
||||
./configure --prefix=/usr
|
||||
make install
|
||||
|
|
|
|||
|
|
@ -988,7 +988,7 @@ see the same uploaded file several times with a different file offset.
|
|||
|
||||
=head1 LICENSE
|
||||
|
||||
Copyright (C) 2011-2013 Yoran Heling <projects@yorhel.nl>
|
||||
Copyright (C) 2011-2019 Yoran Heling <projects@yorhel.nl>
|
||||
|
||||
ncdc is distributed under the MIT license, please read the COPYING file for
|
||||
more information.
|
||||
|
|
@ -996,7 +996,7 @@ more information.
|
|||
=head1 BUGS
|
||||
|
||||
Please report bugs or feature requests to the bug tracker or the mailing list.
|
||||
Both can be found on the ncdc homepage at L<http://dev.yorhel.nl/ncdc>. There
|
||||
Both can be found on the ncdc homepage at L<https://dev.yorhel.nl/ncdc>. There
|
||||
is also an ADC hub available at C<adc://dc.blicky.net:2780/> for general
|
||||
support and discussions.
|
||||
|
||||
|
|
@ -1004,4 +1004,4 @@ support and discussions.
|
|||
|
||||
ncdc is written by Yoran Heling <projects@yorhel.nl>
|
||||
|
||||
Web: L<http://dev.yorhel.nl/ncdc>
|
||||
Web: L<https://dev.yorhel.nl/ncdc>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue