ncdc 1.16 + 1.16.1 released + misc changes

This commit is contained in:
Yorhel 2013-03-26 09:50:27 +01:00
parent c99ea0d9fc
commit 76bb10482a
14 changed files with 90 additions and 36 deletions

View file

@ -52,7 +52,7 @@ the command line.
The binaries include all the required dependencies and are linked against
L<musl|http://www.etalabs.net/musl/>, so they should run on any Linux machine
with the right architecture. If you want binaries for an other OS or
architecture , please bug me and I'll see what I can do.
architecture, please bug me and I'll see what I can do.
@ -93,17 +93,13 @@ Ncdc is available in the Portage tree, so installation is trivial:
=head2 Mac OS X
Ncdc works on Snow Leopard (10.6) and any later version. If you still run
Leopard (10.5) or earlier, you're out of luck. I can probably apply some fixes
if you nag me hard enough, but I don't really have a system to test it on so
you're going to have to help me out. :-)
Ncdc is available in
L<MacPorts|http://www.macports.org/ports.php?by=name&substr=ncdc> and
L<Homebrew|http://braumeister.org/formula/ncdc>.
Anyway, assuming you run a recent enough OS X, the easiest way to install ncdc
is to make use of the port at
L<MacPorts|http://www.macports.org/ports.php?by=name&substr=ncdc>. If you
haven't done so yet, follow the L<instructions on installing
MacPorts|http://www.macports.org/install.php>, then open a terminal and run the
following magical command:
To install from MacPorts, follow the L<instructions on installing
MacPorts|http://www.macports.org/install.php> if you haven't done so already,
then open a terminal and run the following magical command:
sudo port install ncdc
@ -119,9 +115,9 @@ First install some required packages (as root):
Then, fetch the ncdc source tarball, extract and build as follows:
wget http://dev.yorhel.nl/download/ncdc-1.15.tar.gz
tar -xf ncdc-1.15.tar.gz
cd ncdc-1.15
wget http://dev.yorhel.nl/download/ncdc-1.16.1.tar.gz
tar -xf ncdc-1.16.1.tar.gz
cd ncdc-1.16.1
export PATH="$PATH:/usr/perl5/5.10.0/bin"
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
make
@ -169,9 +165,9 @@ required libraries:
Then run the following commands to download and install ncdc:
wget http://dev.yorhel.nl/download/ncdc-1.15.tar.gz
tar -xf ncdc-1.15.tar.gz
cd ncdc-1.15
wget http://dev.yorhel.nl/download/ncdc-1.16.1.tar.gz
tar -xf ncdc-1.16.1.tar.gz
cd ncdc-1.16.1
./configure --prefix=/usr
make
sudo make install
@ -213,8 +209,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 http://dev.yorhel.nl/download/ncdc-1.15.tar.gz
tar -xf ncdc-1.15.tar.gz
cd ncdc-1.15
wget http://dev.yorhel.nl/download/ncdc-1.16.1.tar.gz
tar -xf ncdc-1.16.1.tar.gz
cd ncdc-1.16.1
./configure --prefix=/usr
make install