Installation

Windows

The installation of ToolMap is rather simple. First you have to download the windows installer. It can be found on our web site: www.toolmap.ch. The setup wizard will then guide you through the installation process.

../_images/install-1.png

Once you activated the next step, the installer will ask you to accept the license agreement. ToolMap is released under the GNU General public license. More information about this license could be found here

../_images/install-2.png

Once you activated the next step, the installer will ask you if you want to add ToolMap to the path. in most cases, the default value is appropriate. Here you can also choose to add the ToolMap icon to the desktop.

../_images/install-3.png

Once you have activated the next step, the wizard will generate a default destination folder for the installation. You can, of course, change the destination folder.

Note

If you don’t have admin access to your computer, the destination folder should be changed to a folder in which you have write permission such as C:\Users\username\AppData\Local\ToolMap

../_images/install-4.png

If you click on the install button, the installation will begin. Otherwise you can go back to change settings or simply cancel the operation. If you decided to launch the installation, a progress window will pop up. The installation process should be pretty fast.

ToolMap can now be launched using either the desktop icon or the menu entry located in Programs ‣ ToolMap2 ‣ ToolMap

Silent Installation

ToolMap may also be installed without requiring the user to select options or click next. This mode, also called unattended installation, may be particularly useful for system administrator trying to deploy ToolMap on multiple computers without the hassle to go through all the wizard pages.

Installing

The following command line may be used for the silent installation of ToolMap:

ToolMap-2.6.1992-win64.exe /S /D=C:\Program Files\ToolMap”
  • /S: inform the installer to be silent

  • /D: Path for installing ToolMap

Uninstalling

The following command line may be used for uninstalling ToolMap silently:

“C:\Program File\ToolMap2\Uninstall.exe” /S

Mac OSX

Download the ToolMap’s .DMG file from www.toolmap.ch and then double-click on it. A new Finder window similar to the one illustrated bellow should appear.

../_images/install-mac-1.png

Drag the ToolMap icon into the “Applications” folder to install ToolMap. Once ToolMap is installed, you can safely eject it’s disk image. Click on the ToolMap disk icon on the Desktop and then press CMD-E.

../_images/install-mac-2.png

Delete the .DMG file by dragging it to the trash.

Because ToolMap does not come from the Apple store and is therefore not signed, it is necessary to proceed as follows when you first open it:

  1. Open System Preferences.

  2. Go to Security & Privacy and select the General tab.

  3. If you’ve been blocked from opening ToolMap within the past hour, this page will give you the option to override this by clicking the temporary button Open Anyway.

  4. You’ll be asked one more time if you’re sure, but clicking Open will run the app.

Linux

Binaries for Linux are currently not distributed. But ToolMap can easily be compiled for this platform.

  1. Install cmake (https://cmake.org)

  2. Install conan (https://docs.conan.io/en/latest/installation.html)

  3. Download the ToolMap source code from www.toolmap.ch

  4. Create a “bin” directory inside the toolmap source code folder

  5. From this directory run the following commands

conan install ..
conan build ..