Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.24 KB

clean-project

Travis build status build status

A clean ogre project with cmake. It aims to be a start for Ogre based projects and to compile on as much different environment as possible.

Features

Travis Ubuntu 12.04 Travis Ubuntu 14.04 Gitlab CI Debian Jessie
Ogre 1.10
Ogre 1.9 ✔️ ✔️ ✔️
Ogre 1.8 ✔️ ✔️ ✔️
Ogre 1.7 ✔️

Roadmap

  • Ogre 2.0 and 2.1 support.
  • Travis Mac support.
  • Appveyor support.
  • Android build.
  • Mingw cross-compilation support (build 32bits from 64bits and vice versa).
  • Mingw Windows build.
  • Maybe some unit tests?

Build

mkdir build
cd build
cmake ..
make
make install

Contributions

... are highly welcomed!