Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 956 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 956 Bytes

YORPLib

A library of functions enabling one to compute the coefficients of the Fourier decomposition of the force, torque induced by solar insulation over a polyhedral surface.

Installation:

Mac users

YORPLib can be retrieved from Homebrew:

brew tap bbercovici/self
brew update
brew install yorplib

Linux & Mac users

git clone https://github.com/bbercovici/YORPLib
cd YORPLib/build
cmake ..
make
make install

Getting updates

Mac users

Assuming that YORPLib was installed with Homebrew

brew update
brew upgrade yorplib

Linux & Mac users

git pull
cd build
cmake ..
make
make install

Credits

  • Originally created by Jay McMahon on 5/19/14
  • Adapted by Benjamin Bercovici on 03/10/2018
  • Copyright (c) 2014 Jay McMahon. All rights reserved.

License

This software is distributed under the MIT License