Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-07-30 02:34:57 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-07-30 02:34:57 +0300
commitc90e0aac320c7fd21c7140e7fcfae3996718afb0 (patch)
tree3c9904cc2409f529b76f4a194b168e4ad2ff9c55 /build
parent0805133048ae2661901dedbf72232ba5f503cfb6 (diff)
Update libcvextern.sh
Diffstat (limited to 'build')
-rw-r--r--build/libcvextern.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/libcvextern.sh b/build/libcvextern.sh
index dd0b71a..261b340 100644
--- a/build/libcvextern.sh
+++ b/build/libcvextern.sh
@@ -55,7 +55,7 @@ then
osVariant="debian"
if [ "$installDependencies" == true ]; then
sudo apt-get update
- sudo apt-get -y install git build-essential libgtk-3-dev libgstreamer1.0-dev libavcodec-dev libswscale-dev libavformat-dev libdc1394-22-dev libv4l-dev cmake-curses-gui ocl-icd-dev freeglut3-dev libgeotiff-dev libusb-1.0-0-dev
+ sudo apt-get -y install git build-essential libgtk-3-dev libgstreamer1.0-dev libavcodec-dev libswscale-dev libavformat-dev libdc1394-dev libv4l-dev cmake-curses-gui ocl-icd-dev freeglut3-dev libgeotiff-dev libusb-1.0-0-dev
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y dotnet-sdk-6.0
@@ -107,13 +107,13 @@ echo "- Bulding"
if [ osVariant == "macOS" ]; then
cd platforms/macos
if [ "${arch_name}" = "x86_64" ]; then
- ./configure_x86_64
+ ./configure x86_64 mini
elif [ "${arch_name}" = "arm64" ]; then
- ./configure_arm64
+ ./configure arm64 mini
fi
else
- cd platforms/ubuntu/20.04
- ./cmake_configure
+ cd platforms/ubuntu/22.04
+ ./cmake_configure mini
fi
echo "Completed - Check for errors but also for libcvextern presence on $directory/libs"