Hi,
I need to add for ncdu 1.20:
export CFLAGS='-maix64'
before compiling on 7300-02-01-2346 with gcc 10.3.0
------------------------------
jean barbier
------------------------------
Original Message:
Sent: Tue September 05, 2023 06:20 PM
From: Manuel Costa
Subject: Request : ncdu
Hi Spencer.
Here's what I did to compile the ncdu on AIX 7100-05-04-1914 and 7300-01-02-2320:
# wget https://dev.yorhel.nl/download/ncdu-1.18.1.tar.gz
# gunzip -c ncdu-1.18.1.tar.gz | tar xvf -
# dnf install gcc ncurses-devel # if you dont have installed yet the dnf, you can use the yum
# rpm -qa | grep ncurses # just to show the packages you should have
ncurses-devel-6.4-1.ppc
ncurses-6.4-1.ppc
# cd ncdu-1.18.1
# ./configure
# make
# make install
# ln -s /usr/local/bin/ncdu /usr/bin/ncdu
hope this help.
MCosta
------------------------------
Manuel Costa
Original Message:
Sent: Tue March 21, 2023 09:04 AM
From: Spencer Hastings
Subject: Request : ncdu
I was wondering if "ncdu" could be added to the packages repository. The pre-requisites for the package all seem to pretty much already be in the repository. NCDU is a ncurses, du command that allows a user to see where in the directory, going down, their directory/filesystem is full.
It's a simple tool, for users.
NCurses Disk Usage
Yorhel | remove preview |
| NCurses Disk Usage | ≡ menu Yoran Heling projects@yorhel.nl home - git -@ayo = pgp = only used for releases key - mit 7446 0D32 B808 10EB A9AF A2E9 6239 4C69 8C27 39FA Ncdu is a disk usage analyzer with an ncurses interface. | View this on Yorhel > |
|
|
Red
------------------------------
Spencer Hastings
------------------------------