GithubHelp home page GithubHelp logo

cgars / nixview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bendalab/nixview

0.0 1.0 0.0 10.45 MB

Viewer for nix datafiles

Home Page: http://bendalab.github.io/NixView

License: Other

CMake 0.75% C++ 97.74% QMake 0.33% Python 1.18%

nixview's Introduction

Build Status

NixView

A Qt based viewer for nix datafiles

--- under development ---

Nix

The nix data model is a generic model for storing scientific data with attached metadata.

For more information on nix see https://github.com/G-Node/nix

Dependencies

  • Qt5
  • Boost > 1.49
  • cmake
  • Nix libraries (build from source or install with --Head option when using homebrew)

Installation

To build NixView from source you may follow these instructions. This software is under development and usually works with/requires the latest nix version. To install this, follow the instructions given there: https://github.com/G-Node/nix/blob/1.3/README.md

Ubuntu 14.04 and higher

sudo apt-get install qt5-default cmake libboost-regexp-dev libboost-program-options-dev libboost-date-time-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libcpptest
git clone https://github.com/bendalab/nixview.git
cd nixview
mkdir build
cd build
cmake ..
make -j 4
./nix-view

Ubuntu 16.04

sudo apt-get install qt5-default cmake libboost-regex-dev libboost-program-options-dev libboost-date-time-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libcpptest-dev
git clone https://github.com/bendalab/nixview.git
cd nixview
mkdir build
cd build
cmake ..
make -j 4
./nix-view

MacOS X

The easiest way to install the dependencies is via homebrew. The latest nix version can be installed using the --HEAD option.

brew update
brew tap homebrew/science
brew install --HEAD nixio

brew install qt5
brew install boost

git clone https://github.com/bendalab/nixview.git
cd nixview
mkdir build
cd build
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/
cmake ..
make -j 4
./nixview

nixview's People

Contributors

jgrewe avatar lmadaitahy avatar gicmo avatar drumstick12 avatar cgars avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.