IoIxD / os9fetch

Neofetch clone for Classic Mac based computers, so that you can show off your Macs in the same endearingly stupid way that modern Linux users get to! Despite it's namesake, it can be run going back to System 4.0!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

os9fetch

Neofetch clone for Classic Mac based computers, so that you can show off your Macs in the same endearingly stupid way that modern Linux users get to! Currently only tested on Mac OS 9, but has been tested going back to Mac OS 7.6. Currently only works on PowerPC computers.

Compiling

Install Retro68, then set $RETRO68_TOOLCHAIN_PATH to your toolchain path and $RETRO68_INSTALL_PATH to the path of the cloned repo, then run the following commands:

mkdir -p build
cd build
cmake .. -DBUILD_QJS_LIBC=OFF -DRETRO68_ROOT=$RETRO68_TOOLCHAIN_PATH -DCMAKE_TOOLCHAIN_FILE=$RETRO68_INSTALL_PATH/cmake/retroppc.toolchain.cmake.in
make -j$(nproc)

The resulting file will be the stuffit file os9fetch.bin

About

Neofetch clone for Classic Mac based computers, so that you can show off your Macs in the same endearingly stupid way that modern Linux users get to! Despite it's namesake, it can be run going back to System 4.0!


Languages

Language:C++ 97.0%Language:CMake 3.0%