ncdc 1.21

This commit is contained in:
Yorhel 2019-03-26 10:25:07 +01:00
parent 4a785ffec2
commit 7367b44edc
11 changed files with 93 additions and 20 deletions

View file

@ -27,9 +27,9 @@ page are of course highly welcomed as well. :-)
If you just want to get ncdc running without going through the trouble of
compiling and/or installing it, I also offer statically linked binaries:
- [Linux, 64-bit](/download/ncdc-linux-x86_64-1.20-6-g5111a.tar.gz)
- [Linux, 32-bit](/download/ncdc-linux-i486-1.20-6-g5111a.tar.gz)
- [Linux, ARM](/download/ncdc-linux-arm-1.20-6-g5111a.tar.gz)
- [Linux, 64-bit](/download/ncdc-linux-x86_64-1.21.tar.gz)
- [Linux, 32-bit](/download/ncdc-linux-i486-1.21.tar.gz)
- [Linux, ARM](/download/ncdc-linux-arm-1.21.tar.gz)
To use them, simply download and extract the tarball, and then run `./ncdc` on
the command line.
@ -92,9 +92,9 @@ First install some required packages (as root):
Then, fetch the ncdc source tarball, extract and build as follows:
wget https://dev.yorhel.nl/download/ncdc-1.20.tar.gz
tar -xf ncdc-1.20.tar.gz
cd ncdc-1.20
wget https://dev.yorhel.nl/download/ncdc-1.21.tar.gz
tar -xf ncdc-1.21.tar.gz
cd ncdc-1.21
export PATH="$PATH:/usr/perl5/5.10.0/bin"
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
make
@ -121,9 +121,9 @@ install the required libraries:
Then run the following commands to download and install ncdc:
wget https://dev.yorhel.nl/download/ncdc-1.20.tar.gz
tar -xf ncdc-1.20.tar.gz
cd ncdc-1.20
wget https://dev.yorhel.nl/download/ncdc-1.21.tar.gz
tar -xf ncdc-1.21.tar.gz
cd ncdc-1.21
./configure --prefix=/usr
make
sudo make install
@ -149,8 +149,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 https://dev.yorhel.nl/download/ncdc-1.20.tar.gz
tar -xf ncdc-1.20.tar.gz
cd ncdc-1.20
wget https://dev.yorhel.nl/download/ncdc-1.21.tar.gz
tar -xf ncdc-1.21.tar.gz
cd ncdc-1.21
./configure --prefix=/usr
make install