Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 601 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 601 Bytes

Ogre project (template)

Setup OGRE locally (UBUNTU)

Using the following script, the ogre project is automatically cloned, and installed in the target system.

./scripts/setup-ogre.sh

Build project (UBUNTU)

./scripts/build.sh

Build project inside docker

docker run -it -v /home/guille/CLionProjects/template:/app ggjnez92/ogre-ubuntu21:13.1.1 bash -c "cd /app && ./scripts/build.sh"

Start project

./build/template

NOTE: First the build should be executed

License

Apache 2.0

Contributions

All contributions are welcome.