ncdc 1.24.1

This commit is contained in:
Yorhel 2024-07-18 11:26:07 +02:00
parent b77774286d
commit 1d11b8da83
9 changed files with 42 additions and 14 deletions

View file

@ -88,9 +88,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.tar.gz
tar zxvf ncdc-1.24.tar.gz
cd ncdc-1.24
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
./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 +107,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.tar.gz
tar -xf ncdc-1.24.tar.gz
cd ncdc-1.24
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
export PATH="$PATH:/usr/perl5/5.10.0/bin"
./configure --prefix=/usr LDFLAGS='-L/usr/gnu/lib -R/usr/gnu/lib'
make
@ -140,9 +140,9 @@ install the required libraries:
Then run the following commands to download and install ncdc:
wget https://dev.yorhel.nl/download/ncdc-1.24.tar.gz
tar -xf ncdc-1.24.tar.gz
cd ncdc-1.24
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
./configure --prefix=/usr
make
sudo make install
@ -168,8 +168,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.tar.gz
tar -xf ncdc-1.24.tar.gz
cd ncdc-1.24
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
./configure --prefix=/usr
make install