ncdc 1.15 released
This commit is contained in:
parent
94ae88d4b9
commit
c99ea0d9fc
10 changed files with 83 additions and 74 deletions
|
|
@ -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.14.tar.gz>
|
||||
=item * L<Linux, 64-bit|http://dev.yorhel.nl/download/ncdc-linux-x86_64-1.15.tar.gz>
|
||||
|
||||
=item * L<Linux, 32-bit|http://dev.yorhel.nl/download/ncdc-linux-i486-1.14.tar.gz>
|
||||
=item * L<Linux, 32-bit|http://dev.yorhel.nl/download/ncdc-linux-i486-1.15.tar.gz>
|
||||
|
||||
=item * L<Linux, ARM|http://dev.yorhel.nl/download/ncdc-linux-arm-1.14.tar.gz>
|
||||
=item * L<Linux, ARM|http://dev.yorhel.nl/download/ncdc-linux-arm-1.15.tar.gz>
|
||||
|
||||
=back
|
||||
|
||||
|
|
@ -119,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.14.tar.gz
|
||||
tar -xf ncdc-1.14.tar.gz
|
||||
cd ncdc-1.14
|
||||
wget http://dev.yorhel.nl/download/ncdc-1.15.tar.gz
|
||||
tar -xf ncdc-1.15.tar.gz
|
||||
cd ncdc-1.15
|
||||
export PATH="$PATH:/usr/perl5/5.10.0/bin"
|
||||
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
|
||||
make
|
||||
|
|
@ -169,9 +169,9 @@ required libraries:
|
|||
|
||||
Then run the following commands to download and install ncdc:
|
||||
|
||||
wget http://dev.yorhel.nl/download/ncdc-1.14.tar.gz
|
||||
tar -xf ncdc-1.14.tar.gz
|
||||
cd ncdc-1.14
|
||||
wget http://dev.yorhel.nl/download/ncdc-1.15.tar.gz
|
||||
tar -xf ncdc-1.15.tar.gz
|
||||
cd ncdc-1.15
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
sudo make install
|
||||
|
|
@ -213,8 +213,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.14.tar.gz
|
||||
tar -xf ncdc-1.14.tar.gz
|
||||
cd ncdc-1.14
|
||||
wget http://dev.yorhel.nl/download/ncdc-1.15.tar.gz
|
||||
tar -xf ncdc-1.15.tar.gz
|
||||
cd ncdc-1.15
|
||||
./configure --prefix=/usr
|
||||
make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue