mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 08:10:26 +02:00
Rename library to IrrlichtMt
for clarity and to avoid conflicts closes #16
This commit is contained in:
10
README.md
10
README.md
@ -1,7 +1,9 @@
|
||||
The Irrlicht engine version 1.9
|
||||
===============================
|
||||
IrrlichtMt version 1.9
|
||||
======================
|
||||
|
||||
This is a fork of the Irrlicht engine by the [Minetest](https://github.com/minetest) developers that contains features, customizations and fixes specifically for use in Minetest.
|
||||
The Irrlicht Engine is an open source realtime 3D engine written in C++.
|
||||
|
||||
This is a fork by the [Minetest](https://github.com/minetest) developers that contains features, customizations and fixes specifically for use in Minetest.
|
||||
|
||||
Build
|
||||
-----
|
||||
@ -15,7 +17,7 @@ The following libraries are required to be installed:
|
||||
* on Unix: X11
|
||||
|
||||
Aside from standard search options (`ZLIB_INCLUDE_DIR`, `ZLIB_LIBRARY`, ...) the following options are available:
|
||||
* `BUILD_SHARED_LIBS` (default: `ON`) - Build Irrlicht as a shared library
|
||||
* `BUILD_SHARED_LIBS` (default: `ON`) - Build IrrlichtMt as a shared library
|
||||
|
||||
e.g. on a Linux system you might want to build for local use like this:
|
||||
|
||||
|
Reference in New Issue
Block a user