summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-21 16:35:13 +0000
committerTed Gould <ted@gould.cx>2009-12-21 16:35:13 +0000
commitf3e1614f37ca24309db3a02bfe97f8a71e338969 (patch)
tree12d7ae0a872b89d460b92ec835929f613230187a
parentUsing automake 1.11's shave support if it's available. (diff)
parentGramatical Fixes (diff)
downloadinkscape-f3e1614f37ca24309db3a02bfe97f8a71e338969.tar.gz
inkscape-f3e1614f37ca24309db3a02bfe97f8a71e338969.zip
Updating the READMEs to better handle OSX.
(bzr r8901)
-rw-r--r--INSTALL3
-rw-r--r--README7
-rw-r--r--README.osx15
3 files changed, 25 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e7d5dad63..00618d801 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,6 +10,9 @@ Basic Installation
If you have problems compiling Inkscape, then see
http://wiki.inkscape.org/wiki/index.php/CompilingInkscape .
+ If you are a Mac OS X user, please don't read on, keep to the wiki
+pages instead: http://wiki.inkscape.org/wiki/index.php/CompilingMacOsX
+
The remainder of this file gives generic installation instructions.
The `configure' shell script attempts to guess correct values for
diff --git a/README b/README
index 8a7922c42..fde400105 100644
--- a/README
+++ b/README
@@ -21,6 +21,10 @@ emphasizing a lightweight core with powerful features added through
an extension mechanism, and the establishment of a friendly, open,
community-oriented development processes.
+
+Basic Installation
+==================
+
Inkscape uses the standard procedure for compilation and installation:
./configure
@@ -32,6 +36,9 @@ the "./autogen.sh" command, which calls in turn a number of other
programs such as automake and autoconf. See INSTALL for more
details.
+For platform specific instructions please read the README file that
+is associated with that platform (e.g. for Mac OS X read README.osx)
+
Required Dependencies
=====================
diff --git a/README.osx b/README.osx
new file mode 100644
index 000000000..5013bbb62
--- /dev/null
+++ b/README.osx
@@ -0,0 +1,15 @@
+Installation for Mac OS X users
+===============================
+
+We try to keep the Wiki pages on compiling Inkscape up-to-date and
+comprehensive. It is here:
+
+http://wiki.inkscape.org/wiki/index.php/CompilingMacOsX
+
+For a brief overview:
+
+We suggest to use macports (http://macports.org) in order to achieve all
+the necessary components and libraries. Then there is a mighty tool called
+"osx-build.sh" in the packaging/macosx directory of the unpacked tarball.
+This script will do most of the work for you.
+