ncdc 1.25

This commit is contained in:
Yorhel 2025-03-04 18:45:21 +01:00
parent 5acc8eee92
commit aab7836077
28 changed files with 149 additions and 33 deletions

View file

@ -27,10 +27,10 @@ this 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, x86-64](/download/ncdc-linux-x86_64-1.24.tar.gz)
- [Linux, i486](/download/ncdc-linux-i486-1.24.tar.gz)
- [Linux, ARM](/download/ncdc-linux-arm-1.24.tar.gz)
- [Linux, AArch64](/download/ncdc-linux-aarch64-1.24.tar.gz)
- [Linux, x86-64](/download/ncdc-linux-x86_64-1.25.tar.gz)
- [Linux, i486](/download/ncdc-linux-i486-1.25.tar.gz)
- [Linux, ARM](/download/ncdc-linux-arm-1.25.tar.gz)
- [Linux, AArch64](/download/ncdc-linux-aarch64-1.25.tar.gz)
To use them, simply download and extract the tarball, and then run `./ncdc` on
the command line.
@ -42,6 +42,9 @@ architecture, please bug me and I'll see what I can do.
# System-specific instructions
(These instructions have not been tested in a long time, there's a good chance
they may not work anymore)
## Android
An [convenient installer](http://code.ivysaur.me/ncdcinstaller.html) is
@ -88,9 +91,9 @@ Ncdc is available in [Homebrew](https://formulae.brew.sh/formula/ncdc).
Compile & install from source:
doas pkg_add -i glib2
ftp https://dev.yorhel.nl/download/ncdc-1.24.1.tar.gz
tar zxvf ncdc-1.24.1.tar.gz
cd ncdc-1.24.1
ftp https://dev.yorhel.nl/download/ncdc-1.25.tar.gz
tar zxvf ncdc-1.25.tar.gz
cd ncdc-1.25
./configure NCURSES_CFLAGS="-lncurses" NCURSES_LIBS="-lncursesw"\
CPPFLAGS="-I/usr/include -I/usr/local/include"\
LDFLAGS="-L/usr/lib -L/usr/local/lib"
@ -107,9 +110,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.24.1.tar.gz
tar -xf ncdc-1.24.1.tar.gz
cd ncdc-1.24.1
wget https://dev.yorhel.nl/download/ncdc-1.25.tar.gz
tar -xf ncdc-1.25.tar.gz
cd ncdc-1.25
export PATH="$PATH:/usr/perl5/5.10.0/bin"
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
make
@ -140,9 +143,9 @@ install the required libraries:
Then run the following commands to download and install ncdc:
wget https://dev.yorhel.nl/download/ncdc-1.24.1.tar.gz
tar -xf ncdc-1.24.1.tar.gz
cd ncdc-1.24.1
wget https://dev.yorhel.nl/download/ncdc-1.25.tar.gz
tar -xf ncdc-1.25.tar.gz
cd ncdc-1.25
./configure --prefix=/usr
make
sudo make install
@ -168,8 +171,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.24.1.tar.gz
tar -xf ncdc-1.24.1.tar.gz
cd ncdc-1.24.1
wget https://dev.yorhel.nl/download/ncdc-1.25.tar.gz
tar -xf ncdc-1.25.tar.gz
cd ncdc-1.25
./configure --prefix=/usr
make install