From 91830fafa55700237eef25e85f1d11c3b30b5bbe Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Tue, 29 May 2007 15:26:30 +0000 Subject: [PATCH] * with the MacOSX packaging option enabled its easy to fake a application bundle using a symbolic link git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18559 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/README.cmake | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/development/cmake/README.cmake b/development/cmake/README.cmake index ac9de37002..284758b0be 100644 --- a/development/cmake/README.cmake +++ b/development/cmake/README.cmake @@ -57,10 +57,13 @@ Building with Xcode/Mac: TIPS: - Xcode prefers UTF8 when opening source files, though LyX usually uses Latin1. To fix that select all source files in Xcode and click "Get Info" in the context menu. Change the encoding to Latin1. - - You can run and debug LyX from Xcode. For that select the lyx-qt4 executable - in Xcode, click on "Get Info" in the context menu and add - "-sysdir a_valid_LyX_resource_directory" pointing e.g. to a valid - Contents/Resources of a LyX.app directory. + - You can run and debug LyX from Xcode. For LyX to find its resources, there + are two possibilities: + a) Put a resource directory, e.g. a link to the lib directory of the + source tree, at .../trunk/../build/bin/Resources + b) Select the lyx-qt4 executable in Xcode, click on "Get Info" in the + context menu and add "-sysdir a_valid_LyX_resource_directory" + pointing e.g. to a valid Contents/Resources of a LyX.app directory. - LyX on Mac doesn't look for fonts in the resource directory if the executable is not in an .app bundle. Instead you have to create a symbolic link to the fonts directory in the place where the executable -- 2.39.2