diff options
Diffstat (limited to 'graphics/asymptote/INSTALL')
-rw-r--r-- | graphics/asymptote/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/INSTALL b/graphics/asymptote/INSTALL index 602c338363..f4e0dd8937 100644 --- a/graphics/asymptote/INSTALL +++ b/graphics/asymptote/INSTALL @@ -30,7 +30,7 @@ Compiling Asymptote from Git Developmental Source Code To compile from Git developmental source code: -git clone http://github.com/vectorgraphics/asymptote +git clone https://github.com/vectorgraphics/asymptote cd asymptote ./autogen.sh ./configure @@ -40,12 +40,12 @@ make install Optional packages: * Fast Fourier Transform library - http://www.fftw.org/ + https://www.fftw.org/ Version requirement >= 3.0 * The GNU Scientific Library for numerical analysis: - http://www.gnu.org/software/gsl/ + https://www.gnu.org/software/gsl/ ***************************************** Generic Configure Instructions (advanced) |