From b5fc9dfce348059caf751eff6a6f6acdbe9f305d Mon Sep 17 00:00:00 2001 From: Wolf Drechsel Date: Mon, 30 Nov 2009 09:27:34 -0600 Subject: Readme and install updates for OSX instructions. (bzr r8833.1.10) --- INSTALL | 3 +++ README | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/INSTALL b/INSTALL index e7d5dad63..b9830caec 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 dont 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..9ea528a8f 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. + +Installation for *nixes (Mac OS X users please have a look at the end of the file): +========================================================== + Inkscape uses the standard procedure for compilation and installation: ./configure @@ -73,3 +77,18 @@ take some extra steps to indicate where those dependencies are to be found. For instance, with Perl modules, set the PERLLIB or PERL5LIB variable (see `man perlrun`) + +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 overlook: +We suggest to use macports (http://macports.org) in order to achieve all +the necessary components and libraries. Than 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. + -- cgit v1.2.3 From ac0b4062a25d612d6e71c9d6ec7bc335727acf57 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 30 Nov 2009 21:48:32 -0600 Subject: Moving OSX specific instructions. (bzr r8833.1.11) --- README | 19 ++----------------- README.osx | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 README.osx diff --git a/README b/README index 9ea528a8f..08dc3fdf7 100644 --- a/README +++ b/README @@ -22,8 +22,8 @@ an extension mechanism, and the establishment of a friendly, open, community-oriented development processes. -Installation for *nixes (Mac OS X users please have a look at the end of the file): -========================================================== +Basic Installation +================== Inkscape uses the standard procedure for compilation and installation: @@ -77,18 +77,3 @@ take some extra steps to indicate where those dependencies are to be found. For instance, with Perl modules, set the PERLLIB or PERL5LIB variable (see `man perlrun`) - -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 overlook: -We suggest to use macports (http://macports.org) in order to achieve all -the necessary components and libraries. Than 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. - diff --git a/README.osx b/README.osx new file mode 100644 index 000000000..2aea18058 --- /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. Than 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. + -- cgit v1.2.3 From 349e87c406d583cfef3220f3b4d66018bf3cbc14 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 30 Nov 2009 21:49:41 -0600 Subject: Mentioning the platform specific readmes (bzr r8833.1.12) --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 08dc3fdf7..fde400105 100644 --- a/README +++ b/README @@ -36,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 ===================== -- cgit v1.2.3 From 867eb456969b32ed9844c62a30d5507724a39168 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 30 Nov 2009 23:54:35 -0600 Subject: Fixing a Than to a Then. Pointed out by Bulia Byak. (bzr r8833.1.13) --- README.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.osx b/README.osx index 2aea18058..3aa7eb60f 100644 --- a/README.osx +++ b/README.osx @@ -9,7 +9,7 @@ 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. Than there is a mighty tool called +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. -- cgit v1.2.3 From e2fdbd984a6bf0e4dc788f70f62024ba3961a487 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 21 Dec 2009 09:59:36 -0600 Subject: Gramatical Fixes (bzr r8833.1.14) --- INSTALL | 2 +- README.osx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index b9830caec..00618d801 100644 --- a/INSTALL +++ b/INSTALL @@ -10,7 +10,7 @@ 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 dont read on, keep to the wiki + 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. diff --git a/README.osx b/README.osx index 3aa7eb60f..5013bbb62 100644 --- a/README.osx +++ b/README.osx @@ -1,7 +1,7 @@ Installation for Mac OS X users =============================== -We try to keep the Wiki pages on compiling inkscape up-to-date and +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 -- cgit v1.2.3