diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-26 15:46:44 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-26 15:46:44 +0000 |
| commit | 71b70418f68eef7c5b9214fb1f5989b51c70b9e3 (patch) | |
| tree | ceefd2609d66dea2ace6c7e0b51c8714a48c97d7 /osx/Welcome | |
| parent | bdb55edd1845d2963a3b06316e5cdb25a3ca0a15 (diff) | |
| download | pandoc-71b70418f68eef7c5b9214fb1f5989b51c70b9e3.tar.gz | |
Removed osx-package specific files, and references to them
in Makefiles.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@906 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'osx/Welcome')
| -rw-r--r-- | osx/Welcome | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/osx/Welcome b/osx/Welcome deleted file mode 100644 index 18a72ad2d..000000000 --- a/osx/Welcome +++ /dev/null @@ -1,26 +0,0 @@ -% OS X Installation Notes - -**Important:** Pandoc requires that `GMP.framework` be installed -on your system. You can obtain it from - -> <http://www.haskell.org/ghc/dist/mac_frameworks/GMP-framework.zip>. - -To install, just unzip and drag the `GMP-framework` directory into your -`/Library/Frameworks` directory. - -Pandoc will be installed into your `@PREFIX@` directory. In order -to use `pandoc` and the associated wrapper scripts, you must have -`@PREFIX@/bin` in your `PATH.` To add `@PREFIX@/bin` to your -default path, add these lines to the end of `.profile` in your home -directory: - - export PATH=$PATH:@PREFIX@/bin - export MANPATH=$MANPATH:@PREFIX@/share/man - -You will have to open a new terminal window for these changes -to take effect. - -To uninstall Pandoc at any time, use the following command: - - sudo @PREFIX@/bin/uninstall-pandoc - |
