sevanspowell / DraygonTensor

Virtual Environments and Simulations Project
1 stars 1 forks source link

DraygonTensor

Built with Spacemacs

Prerequisites

Windows

The included build scripts assume that cmake.exe can be found in the path, edit them to reflect the location of your cmake binary.

OSX

Linux

Getting the repo

git clone <your_fork_url>
cd <your_fork_dir>
git branch develop origin/develop
for b in `git branch -r | grep -v -- '->'`; do git branch --track ${b##origin/} $b; done

Building

Windows:

Execute one of the generate_project_*.bat files in the root directory

Other:

From root directory:

mkdir build
cd build
mkdir superbuild
cd superbuild
cmake ../../cmake/superbuild -DCMAKE_BUILD_TYPE=Debug -G<Generator of your choice>
cmake --build ./ --config Debug

In both cases can delete build folder and repeat to do a clean build.

Contributing

Before contributing, consult the contribution guidelines.

API

API can be found here.