Skip to content

Download libraries needed by Elastica++ and install them

License

Notifications You must be signed in to change notification settings

tp5uiuc/elastica_quick_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick setup for Elastica

Use this script to painlessly download and install the (required) dependencies of Elastica and install them on your system. By using this script you consent to install these libraries on your system.

Installation

Run the following commands

git clone https://github.com/tp5uiuc/elastica_quick_setup.git
cd elastica_quick_setup
# To install libraries in their default location
bash install.sh # (or zsh install.sh)

See usage for more options

Usage

To see the usage programmatically,

bash install.sh help # (or zsh install.sh help)

which prints the following message

usage

./install.sh [-d dpath] [-i ipath] [-c compiler]

options and explanations

help : Print this help message

d dpath : Path to download source of libraries (created if it does not exist). Defaults to ${HOME}/Desktop/third_party/

i installpath : Path to install libraries (created if it does not exist). Defaults to ${HOME}/Desktop/third_party_installed/

c compiler : C++ compiler to build/install libraries. If not provided, the best known option will be chosen.

About

Download libraries needed by Elastica++ and install them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages