Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 645 Bytes

Quake for embedded devices

This project is yet another WinQuake port for embedded devices, primarily for RISC-V devices.

QuakEMBD on Action

Based on original Quake GPL source.

How to build

Use CMake with GNU toolchain for RISC-V installed.

Build Instruction:

git clone https://github.com/sysprog21/quake-embedded && cd quake-embedded
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../port/boards/rv32emu/toolchain.cmake \
      -DCMAKE_BUILD_TYPE=RELEASE -DBOARD_NAME=rv32emu ..
make