Changeset 36847


Ignore:
Timestamp:
2022-10-21T11:53:57+13:00 (18 months ago)
Author:
davidb
Message:

Shifting to instructions to point to self-contained-python3

Location:
gs2-extensions/video-and-audio/trunk/src
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/video-and-audio/trunk/src/CASCADE-MAKE3.sh

    r36843 r36847  
    11#!/bin/bash
    22
    3 echo "**** Addin in check for PYTHON3_HOME if it turns out this extension needs to use the selfcontained-python3 ext-cli"
    4 sleep 2
    5 
    6 #if [ -d "my-python3" ] ; then
    7 #    echo "This sequence of compile-make requires a venv version of Python3"
    8 #echo "    python -mvenv my-python3"
    9 #    echo "    activate ./my-python3/bin/activate"
    10 #    echo ""
    11 #    echo "You then need to:"
    12 #    echo "    pip3 install meson ninja"
    13 #    echo ""
    14 #    sleep 10
    15 #fi
     3if [ "x$PYTHON3_HOME" = "x"  ] ; then
     4    echo "Compilation of this extension requires a version of Python3 where"
     5    echo "additional packages can be installed"
     6    echo ""
     7    echo "This can be accomplished by using Greenstone3's:"
     8    echo "    ext-cli/get-selfcontained-python3.sh"
     9    echo "And then source the top-level CLI setup file:"
     10    echo "    . ./gs3-setup-cli.sh"
     11    echo ""
     12    echo "You then need to:"
     13    echo "    pip3 install meson ninja"
     14    echo ""
     15    sleep 10
     16fi
    1617
    1718source setup.bash
Note: See TracChangeset for help on using the changeset viewer.