Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Slicer/qMidasAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVERVIEW

qMIDASAPI is a cross-platform Qt-based library allowing to easily query a Midas server.


Update: Girder https://github.com/girder/girder is a more modern, better supported application than Midas Server. Look at Girder before using Midas Server.


Prerequisites

  • Qt 4
  • CMake

How to build

git clone git://github.com/finetjul/qMidasAPI.git
mkdir qMidasAPI-build
cd qMidasAPI-build
cmake -DQT_QMAKE_EXECUTABLE:FILEPATH=/path/to/cmake ../qMidasAPI
make -j4
ctest

Contribute

Fork + pull.