1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 08:23:53 +00:00

fixed little mistake in README_Mac

This commit is contained in:
Nikolay Kasyanov 2011-03-10 11:32:07 +03:00
parent 2de941563a
commit 86515a6eef

View file

@ -72,7 +72,7 @@ Getting OpenMW Working
$ cd /path/to/libsndfile/source $ cd /path/to/libsndfile/source
$ ./configure --prefix=$OMW_LIB_PREFIX \ $ ./configure --prefix=$OMW_LIB_PREFIX \
--disable-dependency-tracking --disable-dependency-tracking
$make install $ make install
7. Generate the Makefile for OpenMW as follows and build OpenMW: 7. Generate the Makefile for OpenMW as follows and build OpenMW:
$ mkdir /path/to/openmw/build/dir $ mkdir /path/to/openmw/build/dir