https://github.com/jcfr/qcdashapi
DISCONTINUED - Use http://github.com/commontk/qRestAPI
https://github.com/jcfr/qcdashapi
Last synced: 2 months ago
JSON representation
DISCONTINUED - Use http://github.com/commontk/qRestAPI
- Host: GitHub
- URL: https://github.com/jcfr/qcdashapi
- Owner: jcfr
- Created: 2011-06-11T20:52:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T23:41:34.000Z (about 7 years ago)
- Last Synced: 2025-01-24T10:24:03.577Z (4 months ago)
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OVERVIEW
qRestAPI is a cross-platform Qt-based library allowing to easily query a [Midas](https://github.com/midasplatform/midas) or [XNAT](http://xnat.org) 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/commontk/qRestAPI.git
mkdir qRestAPI-build
cd qRestAPI-build
cmake -DQT_QMAKE_EXECUTABLE:FILEPATH=/path/to/cmake ../qRestAPI
make -j4
ctest## Contribute
Fork + pull.