Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Update README with archive notice #48

Update README with archive notice

Update README with archive notice #48

Workflow file for this run

name: build
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y cmake librapidxml-dev libglew-dev libassimp-dev libnoise-dev libbullet-dev libbox2d-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-image-2.0-0 libsdl2-dev
- name: Configure
run: cd src && cmake .
- name: Build
run: cd src && cmake --build . -- -j8