From ea2e4750b7b0137ffc920aaae0dd9c2aeb22bde7 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 24 Jul 2015 19:56:13 +0200 Subject: [PATCH] Updated MacOSX install instructions PO4A is no longer required and `make package` should be run as root --- INSTALL-MacOSX.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL-MacOSX.md b/INSTALL-MacOSX.md index 4e31a1d3..9cbc039a 100644 --- a/INSTALL-MacOSX.md +++ b/INSTALL-MacOSX.md @@ -8,13 +8,12 @@ After installing Developer Command Line Tools, you should have basic tools like ``` And then: ```bash - brew install cmake sdl sdl_image sdl_ttf boost glew physfs flac libsndfile libvorbis vorbis-tools gettext libicns librsvg po4a + brew install cmake sdl sdl_image sdl_ttf boost glew physfs flac libsndfile libvorbis vorbis-tools gettext libicns librsvg ``` Gettext is installed in separate directory without adding the files to system path, so in order to get it working normally, you should call also: ```bash brew link gettext --force ``` -When installing po4a, you might get into trouble over dependency of SGML module for perl. The best way is to install it manually, which requires some changes in SGML's package Makefile. Appropriate instructions can be found [here](http://github.com/oster/PLM/wiki/Po4a-installation-guide-on-OSX/). If you've installed everything correctly, the simple way of compiling Colobot with CMake should work: ```bash @@ -26,11 +25,11 @@ If you've installed everything correctly, the simple way of compiling Colobot wi ``` You can then build a Colobot drag-n-drop package -``` - make package +```bash + sudo make package ``` And open the package: -``` +```bash open colobot-*.dmg ``` Once opened, drag the Colobot application and drop it in the Application directory. Then just launch it as any other application.