Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Apaczer/zdoom

 
 

Repository files navigation

ZDoom

This project is no longer being actively maintained. You probably want to check out GZDoom, which is where all new development is happening.

CROSS-COMPILE for ARM (WIP-NO_OPEANL)

1. Build native tools & gdtoa

  • dependendecies: libsdl2-dev
mkdir build && cd build
cmake -DNO_OPENAL=ON ..
make

2. Grab generated ImportExecutables.cmake

mv ImportExecutables.cmake ..
cd ..

3. Build target cross-compilation binary

Compatible with musl libc toolchain only

mkdir build2 && cd build2
cmake -DFORCE_CROSSCOMPILE=YES -DCMAKE_C_COMPILER:FILEPATH=/opt/miyoo/usr/bin/arm-linux-gcc -DNO_OPENAL=ON -DIMPORT_EXECUTABLES="../ImportExecutables.cmake" -DCMAKE_C_FLAGS="-Ofast -lfts" ..
make

About

Highly moddable Doom engine with support for all Doom engine games

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.7%
  • C 19.5%
  • Objective-C++ 0.7%
  • CMake 0.7%
  • HTML 0.2%
  • Yacc 0.1%
  • Other 0.1%