Update README.md
This commit is contained in:
parent
3db2c314b5
commit
7ef813609c
1 changed files with 12 additions and 7 deletions
19
README.md
19
README.md
|
@ -1,18 +1,23 @@
|
||||||
# WARNING
|
# OpenMW MXE
|
||||||
|
|
||||||
It does not work _yet_
|
OpenMW MXE is a small project which sets up a Linux build environment for
|
||||||
|
|
||||||
# OpenMW MinGW
|
|
||||||
|
|
||||||
OpenMW MinGW is a small project which sets up a Linux build environment for
|
|
||||||
Windows, by using MinGW and [mxe](https://mxe.cc).
|
Windows, by using MinGW and [mxe](https://mxe.cc).
|
||||||
|
|
||||||
Building all dependencies may easily take 2-3 hours, it is recommend to cache.
|
Building all dependencies may easily take 2-3 hours, it is recommend to cache.
|
||||||
|
Building only `openmw` after that takes about ~30s on 0.44
|
||||||
|
|
||||||
All files in `mxe.src` get copied into `mxe/src`
|
`mxe.src` gets used as overlay for the normal mxe repository
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
`sh` should be set to `bash` (otherwise `openexs` will build with a wrong config, with the result that it uses the namespace `yes` instead of `Imf`)
|
||||||
|
|
||||||
|
Other requirements can be found on the mxe site: https://mxe.cc/#requirements
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
git clone --recursive https://github.com/teamnwah/openmw-mxe.git
|
||||||
|
cd $_
|
||||||
./nwah mxe openmw
|
./nwah mxe openmw
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue