ncdc 1.17

This commit is contained in:
Yorhel 2013-06-24 16:59:03 +02:00
parent 2c6db29f18
commit 8cf8e6eeb2
9 changed files with 126 additions and 19 deletions

View file

@ -38,11 +38,11 @@ compiling and/or installing it, I also offer statically linked binaries:
=over
=item * L<Linux, 64-bit|http://dev.yorhel.nl/download/ncdc-linux-x86_64-1.16.1.tar.gz>
=item * L<Linux, 64-bit|http://dev.yorhel.nl/download/ncdc-linux-x86_64-1.17.tar.gz>
=item * L<Linux, 32-bit|http://dev.yorhel.nl/download/ncdc-linux-i486-1.16.1.tar.gz>
=item * L<Linux, 32-bit|http://dev.yorhel.nl/download/ncdc-linux-i486-1.17.tar.gz>
=item * L<Linux, ARM|http://dev.yorhel.nl/download/ncdc-linux-arm-1.16.1.tar.gz>
=item * L<Linux, ARM|http://dev.yorhel.nl/download/ncdc-linux-arm-1.17.tar.gz>
=back
@ -115,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.16.1.tar.gz
tar -xf ncdc-1.16.1.tar.gz
cd ncdc-1.16.1
wget http://dev.yorhel.nl/download/ncdc-1.17.tar.gz
tar -xf ncdc-1.17.tar.gz
cd ncdc-1.17
export PATH="$PATH:/usr/perl5/5.10.0/bin"
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
make
@ -165,9 +165,9 @@ required libraries:
Then run the following commands to download and install ncdc:
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
wget http://dev.yorhel.nl/download/ncdc-1.17.tar.gz
tar -xf ncdc-1.17.tar.gz
cd ncdc-1.17
./configure --prefix=/usr
make
sudo make install
@ -209,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.16.1.tar.gz
tar -xf ncdc-1.16.1.tar.gz
cd ncdc-1.16.1
wget http://dev.yorhel.nl/download/ncdc-1.17.tar.gz
tar -xf ncdc-1.17.tar.gz
cd ncdc-1.17
./configure --prefix=/usr
make install