| Readme: | Short: View/edit files in hexadecimal or ASCII Author: Pascal "Pixel" Rigaux / morphos port by uploader Uploader: aigor44 proton me (Aigor) Type: text/edit Version: 2022.11.17 Architecture: ppc-morphos URL: https://github.com/Aigor44/hexedit-morphos
hexedit is a simple hexadecimal editor using NCurses (compiled using ncurses with wide char support).
This version was compiled for MorphOS using the native gcc compiler and wide char support was enabled.
INSTALLATION ------------
Just unzip hexedit.zip and put it in /work/opt/hexedit
e.g., supposing that you use the ksh shell an that you have hexedit.zip on the RAM-disk
cd /ram unzip hexedit.zip mv hexedit /work/opt/hexedit
You can also setup some environment variables, e.g.
export PATH=/work/opt/hexedit/bin:${PATH} export MANPATH=/work/opt/hexedit/share/man:${MANPATH}
GETTING THE SOURCE CODE AND COMPILING FROM SOURCE -------------------------------------------------
You can get the source code with
git close https://github.com/Aigor44/hexedit-morphos
Compile with
make
Install with
make install # this will copy under /work/opt/hexedit (using amiga file name conventions this is work:opt/hexedit)
|