-
Notifications
You must be signed in to change notification settings - Fork 34
About NPMaki
makella edited this page Feb 26, 2014
·
2 revisions
We use a forked version of MapBox's Maki project to build and maintain icons for our maps.
- Download the latest release from inkscape.org)
- Move the DMG over to your applications directory
- Launch Inkscape to test installation
- If you see a "Where is X11?" dialog, you will need to link to "Applications/Utilities/XQuartz"
- Add an alias to the Inkscape command line tools to
~./bash-profile
:export PATH="/Applications/Inkscape.app/Contents/Resources/bin:$PATH"
- If you have Terminal open, restart it
- To test the Inkscape command line tool, type
which inkscape
into a Terminal session
- Install Homebrew, if it isn't already installed
- Install ImageMagick:
brew install imagemagick
- Install GhostScript:
brew install ghostscript
- Clone the repository from GitHub:
git clone https://github.com/nationalparkservice/maki.git
- CD into the new directory:
cd maki
- Run render.sh:
sh render.sh
to test the build process