ncdc 1.13 released + misc changes

This commit is contained in:
Yorhel 2012-08-16 15:05:46 +02:00
parent 1ac0600f93
commit 874e1825ec
10 changed files with 103 additions and 53 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.12.tar.gz>
=item * L<Linux, 64-bit|http://dev.yorhel.nl/download/ncdc-linux-x86_64-1.13.tar.gz>
=item * L<Linux, 32-bit|http://dev.yorhel.nl/download/ncdc-linux-i386-1.12.tar.gz>
=item * L<Linux, 32-bit|http://dev.yorhel.nl/download/ncdc-linux-i486-1.13.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)
=item * L<Linux, ARM|http://dev.yorhel.nl/download/ncdc-linux-arm-1.13.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.12.tar.gz
tar -xf ncdc-1.12.tar.gz
cd ncdc-1.12
wget http://dev.yorhel.nl/download/ncdc-1.13.tar.gz
tar -xf ncdc-1.13.tar.gz
cd ncdc-1.13
export PATH="$PATH:/usr/perl5/5.10.0/bin"
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
make
@ -165,13 +165,13 @@ you can also try to compile ncdc from source. To do so, first install the
required libraries:
sudo apt-get install libbz2-dev libsqlite3-dev libncurses5-dev\
libncursesw5-dev libglib2.0-dev libgnutls-dev
libncursesw5-dev libglib2.0-dev libgnutls-dev zlib1g-dev
Then run the following commands to download and install ncdc:
wget http://dev.yorhel.nl/download/ncdc-1.12.tar.gz
tar -xf ncdc-1.12.tar.gz
cd ncdc-1.12
wget http://dev.yorhel.nl/download/ncdc-1.13.tar.gz
tar -xf ncdc-1.13.tar.gz
cd ncdc-1.13
./configure --prefix=/usr
make
sudo make install
@ -196,6 +196,8 @@ website|http://cygwin.com/> and use it to install the following packages:
=item * wget
=item * zlib-devel
=item * libncursesw-devel
=item * libbz2-devel
@ -211,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.12.tar.gz
tar -xf ncdc-1.12.tar.gz
cd ncdc-1.12
wget http://dev.yorhel.nl/download/ncdc-1.13.tar.gz
tar -xf ncdc-1.13.tar.gz
cd ncdc-1.13
./configure --prefix=/usr
make install