A mirror of the official tes3mp repository
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ardekantur 1004ab7ea2 Merge branch 'mac-build'
Conflicts:
	.gitignore
15 years ago
bsa Merge branch 'mac-build' 15 years ago
cmake initial commit of mac build 15 years ago
esm Merge branch 'mac-build' 15 years ago
game Set up OGRE window and config reading 15 years ago
mangle@6b0b7c95f8 Renamed all .h to .hpp. Started porting rendering code. 15 years ago
nif Renamed all .h to .hpp. Started porting rendering code. 15 years ago
nifogre Renamed all .h to .hpp. Started porting rendering code. 15 years ago
ogre Set up OGRE window and config reading 15 years ago
old_d_version Set up OGRE window and config reading 15 years ago
platform CMake for Windows-patch by Sylvain T (NOT YET TESTED). Includes update to Mangle. 15 years ago
tools Set up OGRE window and config reading 15 years ago
.gitignore Merge branch 'mac-build' 15 years ago
.gitmodules Added Mangle as a Git submodule. Completed and tested BSAFile. 15 years ago
CMakeLists.txt Merge branch 'mac-build' 15 years ago
GPL3.txt Added trunk 17 years ago
README.md initial commit of mac build 15 years ago
plugins.cfg.linux Set up OGRE window and config reading 15 years ago
plugins.cfg.win32 Set up OGRE window and config reading 15 years ago
testall.sh Applied patch from GWater + other minor fixes 15 years ago

README.md

OpenMW

From the official website:

OpenMW is an attempt to reimplement the popular role playing game Morrowind. It aims to be a fully playable, open source implementation of the game. You must own Morrowind to use OpenMW.

About This Project

This specific repository is a branch of OpenMW intended to keep pace with development of the project in order to provide a Mac build for interested parties to contribute. This is not an official, sanctioned branch of the OpenMW project. I will only be able to answer specific questions about getting this project running on Mac OS X, no other platform. I will not even be able to guarantee my changes maintain backwards compatibility against builds in other operating systems. You have been warned.

Getting OpenMW Working

  1. Clone this repository.

  2. Install bjam through MacPorts.

  3. Download boost 1.43 and install it with the following command:

     $ mkdir build && sudo bjam --build-dir=build --layout=versioned --toolset=darwin --architecture=combined --address-model=32 --link=shared,static install
    
  4. Download Ogre 1.7.1 and build and Xcode project with CMake:

      $ mdkir build && cd build && BOOST_INCLUDEDIR=/usr/local/include/boost-1_43 BOOST_LIBRARYDIR=/usr/local/lib cmake -G Xcode ..
    
  5. Once the build completes, move lib/Release/Ogre.framework into /Library/Frameworks.

  6. Generate the Makefile for OpenMW as follows:

     $ mkdir build && cd build && BOOST_INCLUDEDIR=/usr/local/include/boost-1_43 BOOST_LIBRARYDIR=/usr/local/lib CMAKE_OSX_ARCHITECTURES=i386 cmake ..
    
  7. Move your Morrowind Data Files directory into build, renamed as data.