IF mapper for Mac (High Sierra)?

Anyone using a mapper on the Mac? I’d need it to sketch out a map and, maybe, to track objects.

Thanks!

I’m curious if anybody has successfully Winebottled Trizbort for Mac.

You can always use Dia (the diagram editor): dia-installer.de/download/macosx.html.en

1 Like

Your post motivated me to publish my personal text file mapping sheet. With this your map mapping tool would be your favourite text editor. Maybe it can help you too. :slight_smile:

https://github.com/tokion/if-mapper-markdown-file

Install Homebrew

/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

Update Search Paths

pico .profile

if which ruby >/dev/null && which gem >/dev/null; then

PATH="$(ruby -r rubygems -e ‘puts Gem.user_dir’)/bin:$PATH"

fi

ctrl-x

y

close Terminal window

reopen Terminal window

Install support libraries

brew cask install xquartz

brew install fox

Install ruby gems

gem install fxruby --user-install

gem install pdf-writer --user-install

gem install ifmapper --user-install

Launch ifmapper

/Applications/Utilities/XQuartz.app

Launch Terminal

ifmapper