Mercurial > hg > orthanc-imagej
view INSTALL @ 9:d69b7a6d408e
Fix issue #10 ("Cannot access an Orthanc running with a self-signed HTTPS certificate")
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 Apr 2016 11:12:05 +0200 |
parents | 1092b2dca366 |
children |
line wrap: on
line source
Installing pre-compiled binaries ================================ Pre-compiled binaries of this plugin are available at: http://sourceforge.net/projects/orthancserver/files/ImageJ/ Windows Installation -------------------- Download the most recent ".jar" file, then put it into the "plugins" folder of the ImageJ distribution. By default, this folder is: C:\Program Files\ImageJ\plugins\ Linux Installation ------------------ Download the most recent ".jar" file, then put it into the following folder: ~/.imagej/plugins/ Building from source ==================== You will first have to install CMake (http://www.cmake.org/) and, of course, ImageJ. Here are the commands to build from source under Linux: # mkdir Build # cd Build # cmake .. # make