aboutsummaryrefslogtreecommitdiff
path: root/osx/Welcome
blob: 18a72ad2dd84cb27668c108408230c151e1d42eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% 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