summaryrefslogtreecommitdiff
path: root/README.OSX.txt
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-10-26 10:31:44 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-10-26 10:31:44 +0000
commit516508f4a37d4de1b40fe626f55e496468d3edc0 (patch)
tree48c9bb93c028df8f27c76b0c3bd624352c8a714b /README.OSX.txt
parentbfcb44545334fe2333a89ce277ca26f48d2ebb8c (diff)
New documentation for compiling and using FLTK on MSWindows. Still need to merge with original documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README.OSX.txt')
-rw-r--r--README.OSX.txt23
1 files changed, 13 insertions, 10 deletions
diff --git a/README.OSX.txt b/README.OSX.txt
index 3c431d65a..899834ecb 100644
--- a/README.OSX.txt
+++ b/README.OSX.txt
@@ -66,10 +66,10 @@ Download FLTK from here:
http://www.fltk.org/software.php
-If you are familiar with "subversion" and like to stay current with you version,
-you will find the subversion access parameters at the bottom of that page.
-Unpack FLTK into a convinient location. I like to have everything in my dev
-directory:
+If you are familiar with "subversion" and like to stay current with your
+version, you will find the subversion access parameters at the bottom of that
+page. Unpack FLTK into a convinient location. I like to have everything in my
+dev directory:
cd
mkdir dev
@@ -176,8 +176,10 @@ Download FLTK from here:
http://www.fltk.org/software.php
-If you are familiar with "subversion" and like to stay current with you version,
-you will find the subversion access parameters at the bottom of that page.
+If you are familiar with "subversion" and like to stay current with your
+version, you will find the subversion access parameters at the bottom of that
+page. You can use the SCM system that is built into Xcode.
+
Unpack FLTK by double-clicking it and copy the new folder into a convenient
location. I have set up a "dev" folder in my home folder for all my projects.
@@ -284,10 +286,11 @@ Next, we copy the Fluid specification over:
sudo cp ide/Xcode3/fluid.pbfilespec /Library/Application\ Support/Developer/Shared/Xcode/Specifications/
-Open Xcoe preferences and select the File Types tab. Find the "sourcecode.fluid"
-entry in "file > text > sourcecode" and set the external editor to Fluid. When
-radding ".fl" files, set the File Type in the Info dialog to "sourcecode.fluid"
-and Xcode will edit your fil in Fluid when double-clicking.
+Open Xcode preferences and select the File Types tab. Find the
+"sourcecode.fluid" entry in "file > text > sourcecode" and set the external
+editor to Fluid. When radding ".fl" files, set the File Type in the Info dialog
+to "sourcecode.fluid" and Xcode will edit your fil in Fluid when
+double-clicking.
- More