]> git.lyx.org Git - lyx.git/commitdiff
* with the MacOSX packaging option enabled its easy to fake a application
authorStefan Schimanski <sts@lyx.org>
Tue, 29 May 2007 15:26:30 +0000 (15:26 +0000)
committerStefan Schimanski <sts@lyx.org>
Tue, 29 May 2007 15:26:30 +0000 (15:26 +0000)
  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

index ac9de3700220ff8d1473f9df2d63fedadb95e5a6..284758b0be6b000f5acc44217e73b8876af07434 100644 (file)
@@ -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