ncdc 1.12 released.

This commit is contained in:
Yorhel 2012-07-10 15:17:53 +02:00
parent e82b277935
commit 1ac0600f93
10 changed files with 109 additions and 24 deletions

View file

@ -38,9 +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.11.tar.gz>
=item * L<Linux, 64-bit|http://dev.yorhel.nl/download/ncdc-linux-x86_64-1.12.tar.gz>
=item * L<Linux, 32-bit|http://dev.yorhel.nl/download/ncdc-linux-i386-1.11.tar.gz>
=item * L<Linux, 32-bit|http://dev.yorhel.nl/download/ncdc-linux-i386-1.12.tar.gz>
=item * L<Linux, ARM|http://dev.yorhel.nl/download/ncdc-linux-arm-1.12.tar.gz> (Only tested on some devices, may not work on all)
=back
@ -117,9 +119,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.11.tar.gz
tar -xf ncdc-1.11.tar.gz
cd ncdc-1.11
wget http://dev.yorhel.nl/download/ncdc-1.12.tar.gz
tar -xf ncdc-1.12.tar.gz
cd ncdc-1.12
export PATH="$PATH:/usr/perl5/5.10.0/bin"
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
make
@ -167,9 +169,9 @@ required libraries:
Then run the following commands to download and install ncdc:
wget http://dev.yorhel.nl/download/ncdc-1.11.tar.gz
tar -xf ncdc-1.11.tar.gz
cd ncdc-1.11
wget http://dev.yorhel.nl/download/ncdc-1.12.tar.gz
tar -xf ncdc-1.12.tar.gz
cd ncdc-1.12
./configure --prefix=/usr
make
sudo make install
@ -209,8 +211,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.11.tar.gz
tar -xf ncdc-1.11.tar.gz
cd ncdc-1.11
wget http://dev.yorhel.nl/download/ncdc-1.12.tar.gz
tar -xf ncdc-1.12.tar.gz
cd ncdc-1.12
./configure --prefix=/usr
make install