2 - Installation

If you have not done so already, download and install Julia.

To install a Julia package you have to use the package manager Pkg. Enter the Pkg REPL by pressing ] from the Julia REPL and then use the command add.

This package is not in a registry, it can be added by instead of the package name giving the URL to the repository to add.

pkg> add https://github.com/eOnofri04/AlphaStructures.jl

If you want, you can test if everything is working fine by running

pkg> test AlphaStructures

this will run all the tests written so far and checking all is working properly.

Plots

If you want to use a Graphic Interface to preview the results you are going to build up, you can also use ViewerGL package developed by CVD-LAB by running

pkg> add ViewerGL
using ViewerGL

Missing nmake in Triangle.jl installation

On windows you will need Windows SDK. Then you need to start julia in x64 Native Tools Command Prompt for VS 2017 and build the package.

pkg> add Triangle
pkg> build Triangle

Then you can start julia from cmd.