source: gs3-extensions/mars-src/trunk/packages/CASCADE-COMPILE-MANUAL.sh@ 34344

Last change on this file since 34344 was 34339, checked in by davidb, 4 years ago

Some initial files to compile up essentia, used in the Mars extension to Greenstone

  • Property svn:executable set to *
File size: 268 bytes
Line 
1#!/bin/bash
2
3if [ "x$GEXT_MARS" = "x" ] ; then
4 soruce ../setup.bash
5fi
6
7tar xvzf cmake-3.16.5.tar.gz \
8 && cd cmake-3.16.5 \
9 && ./bootstrap --prefix=$GEXT_MARS \
10 && make \
11 && make install
12
13if [ $? = 0 ] ; then
14 # Eigen3
15 echo "Now isntall eigen3"
16fi
17
18
19
20
Note: See TracBrowser for help on using the repository browser.