Added README

master
Pierre-Yves Rollo 2020-01-29 11:44:37 +01:00
parent 1d1415eef2
commit dc5e0f4a32
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
Original project : http://downloads.sourceforge.net/irrlicht/
This repository is a copy of http://downloads.sourceforge.net/irrlicht/irrlicht-1.8.4.zip
It's used for compiling a Win64 DLL for Kidscode project.
# Cross compile DLL with MingW
```
cd irrlicht-1.8.4/source/Irrlicht
CXX=x86_64-w64-mingw32-g++ CC=x86_64-w64-mingw32-gcc make sharedlib_win64 -j 5
```
Resulting DLL is in irrlicht-1.8.4/bin