mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
v3.7.1
- (Add) PrusaSlicer printer: Elegoo Saturn 2 - (Fix) PCB Exposure: Possible error when drawing outline primitive macros that contains duplicate points (#580)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# usage 1: ./libcvextern.sh clean
|
||||
# usage 2: ./libcvextern.sh -i
|
||||
# usage 3: ./libcvextern.sh
|
||||
# usage 3: ./libcvextern.sh 4.5.5
|
||||
# usage 3: ./libcvextern.sh 4.6.0
|
||||
#
|
||||
cd "$(dirname "$0")"
|
||||
directory="emgucv"
|
||||
@@ -45,9 +45,8 @@ echo "- Detecting OS"
|
||||
if [[ $OSTYPE == 'darwin'* ]]; then
|
||||
osVariant="macOS"
|
||||
if [ installDependencies == true ]; then
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||
brew analytics off
|
||||
brew install git cmake mono-libgdiplus
|
||||
[[ ! "$(command -v brew)" ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
brew install git cmake
|
||||
brew install --cask dotnet
|
||||
fi
|
||||
elif command -v apt-get &> /dev/null
|
||||
|
||||
Reference in New Issue
Block a user