# Irrlicht **Repository Path**: starbeats/Irrlicht ## Basic Information - **Project Name**: Irrlicht - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-06-16 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Irrlicht 1.8.4 AmigaOS4 port to build release version: cd source/Irrlicht make -f Makefile.amigaos4 NDEBUG=1 This will compile Irrlicht, create a static lib (libIrrlicht.a), and copy it into the subdirectory lib/AmigaOS4. That's all. to build debug version: cd source/Irrlicht make -f Makefile.amigaos4 For cross-compilation you may add -j4 at end to speed up compilation process.