「Build History」2023.05 ---- ISO、Windows、Ubuntu、VirtualTEL、IDEA、GIT、ZENO、MHFormer

「白底字段打在任意Terminal,黑底字段打在编辑器特定位置」

ISO

登录https://next.itellyou.cn/Original/

Windows

盛千装机助手https://wwza.lanzouo.com/s/SQZJ

Ubuntu

Windows / Linux —— U盘启动盘制作 - 知乎准备工作:系统镜像: Windows 10 / Windows 11 & Manjaro / Ubuntu (自行选择下载,比特彗星/腾讯微云等。)制作U盘启动盘工具: Rufus (写盘器,支持去除 Windos 11 的 TPM 2.0 要求。) Ventoy (启动器…https://zhuanlan.zhihu.com/p/577452583

VirtualTEL

Get a virtual phone number. Temporary number. SMS service activationReceive SMS to your online number 24 hours a day, 7 days a week. 200 countries, renewal of numbers 8 times a dayhttps://sms-activate.org/getNumber#

IDEA

https://laq8aq5ywv.feishu.cn/docx/https://laq8aq5ywv.feishu.cn/docx/

GIT

github使用ssh方式_github ssh_幽忧偶心的博客-CSDN博客之前使用github都是用的http模式,现在使用ssh模式,记录一下自己使用的过程1、检查自己git config是否配置首先查看自己的git config,可以通过命令行git config --global --list查看如果没有user.name和user.email没有值的话,我们也可以先配置,命令行配置如下git config --global user.name "这里换上你的用户名"git config --global user.email "这里换上你的邮箱"当然,你也https://blog.csdn.net/weixin_48349367/article/details/120056192

git config --global user.name Angelyatou

git config --global user.email endlessdaydream@qq.com

ssh-keygen -t rsa -C endlessdaydream@qq.com

ZENO_Win

 zeno/BUILD.md at master · zenustech/zeno · GitHubhttps://github.com/zenustech/zeno/blob/master/BUILD.md

(2条消息) 【ZENO】Build ZENO、ZENO_SUBMODULE、ZENO_EXTENSIONS 、ZENO_CMakeList_EndlessDaydream的博客-CSDN博客https://blog.csdn.net/Angelloveyatou/article/details/127307113

//功能全开
cmake -B build -DCMAKE_BUILD_TYPE=Release -DZENO_WITH_ZenoFX:BOOL=ON -DZENOFX_ENABLE_OPENVDB:BOOL=ON -DZENOFX_ENABLE_LBVH:BOOL=ON -DZENO_WITH_zenvdb:BOOL=ON -DZENO_WITH_FastFLIP:BOOL=ON -DZENO_WITH_FEM:BOOL=ON -DZENO_WITH_Rigid:BOOL=ON -DZENO_WITH_cgmesh:BOOL=ON -DZENO_WITH_oldzenbase:BOOL=ON -DZENO_WITH_TreeSketch:BOOL=ON -DZENO_WITH_Skinning:BOOL=ON -DZENO_WITH_Euler:BOOL=ON -DZENO_WITH_Functional:BOOL=ON -DZENO_WITH_LSystem:BOOL=ON -DZENO_WITH_mesher:BOOL=ON -DZENO_WITH_Alembic:BOOL=ON -DZENO_WITH_FBX:BOOL=ON -DZENO_WITH_DemBones:BOOL=ON -DZENO_WITH_SampleModel:BOOL=ON -DZENO_WITH_CalcGeometryUV:BOOL=ON -DZENO_WITH_MeshSubdiv:BOOL=ON -DZENO_WITH_Audio:BOOL=ON -DZENO_WITH_PBD:BOOL=ON -DZENO_WITH_GUI:BOOL=ON -DZENO_WITH_ImgCV:BOOL=ON
-DCMAKE_TOOLCHAIN_FILE=E:\vcpkg\scripts\buildsystems\vcpkg.cmake
-DCMAKE_PREFIX_PATH=C:\Qt\5.15.2\msvc2019_64\lib\cmake\Qt5
-DCMAKE_INCLUDE_PATH=E:\vcpkg\installed\x64-windows\include
-DCMAKE_LIBRARY_PATH=E:\vcpkg\installed\x64-windows\lib
-DZENO_WITH_ZenoFX:BOOL=ON
-DZENOFX_ENABLE_OPENVDB:BOOL=ON
-DZENOFX_ENABLE_LBVH:BOOL=ON
-DZENO_WITH_zenvdb:BOOL=ON
-DZENO_WITH_FastFLIP:BOOL=ON
-DZENO_WITH_FEM:BOOL=ON
-DZENO_WITH_Rigid:BOOL=ON
-DZENO_WITH_cgmesh:BOOL=ON
-DZENO_WITH_oldzenbase:BOOL=ON
-DZENO_WITH_TreeSketch:BOOL=ON
-DZENO_WITH_Skinning:BOOL=ON
-DZENO_WITH_Euler:BOOL=ON
-DZENO_WITH_Functional:BOOL=ON
-DZENO_WITH_LSystem:BOOL=ON
-DZENO_WITH_mesher:BOOL=ON
-DZENO_WITH_Alembic:BOOL=ON
-DZENO_WITH_FBX:BOOL=ON
-DZENO_WITH_DemBones:BOOL=ON
-DZENO_WITH_SampleModel:BOOL=ON
-DZENO_WITH_CalcGeometryUV:BOOL=ON
-DZENO_WITH_MeshSubdiv:BOOL=ON
-DZENO_WITH_Audio:BOOL=ON
-DZENO_WITH_PBD:BOOL=ON
-DZENO_WITH_GUI:BOOL=ON
-DZENO_WITH_ImgCV:BOOL=ON
-DZENO_WITH_CUDA:BOOL=ON
-DZENO_WITH_CuEulerian:BOOL=ON
-DZENO_ENABLE_OPTIX:BOOL=ON
-DZENO_ENABLE_ZHXXVIS:BOOL=ON
-DCMAKE_EXPORT_COMPILE_COMMANDS=1
-DZENO_WITH_Python:BOOL=OFF
-DZENO_WITH_TOOL_FLIPtools:BOOL=ON
-DZENO_WITH_TOOL_cgmeshTools:BOOL=ON
-DZENO_WITH_TOOL_BulletTools:BOOL=ON
-DZENO_WITH_TOOL_HerculesTools:BOOL=ON

 

//这个是自己用的,具体需求看官方文档,要什么功能开什么扩展
-DCMAKE_TOOLCHAIN_FILE=E:\vcpkg\scripts\buildsystems\vcpkg.cmake
-DCMAKE_PREFIX_PATH=C:\Qt\5.15.2\msvc2019_64\lib\cmake\Qt5
-DCMAKE_INCLUDE_PATH=E:\vcpkg\installed\x64-windows\include
-DCMAKE_LIBRARY_PATH=E:\vcpkg\installed\x64-windows\lib
-DZENO_MULTIPROCESS=ON
-DZENO_WITH_TOOL_FLIPtools=OFF
-DZENO_WITH_TOOL_cgmeshTools=OFF
-DZENO_WITH_TOOL_BulletTools=OFF
-DZENO_WITH_TOOL_HerculesTools=OFF
-DZENO_WITH_ZenoFX=ON
-DZENO_WITH_oldzenbase=ON
-DZENO_WITH_zenvdb=ON
-DZENO_WITH_FastFLIP=OFF
-DZENO_WITH_Rigid=OFF
-DZENO_WITH_cgmesh=OFF
-DZENO_WITH_mesher=OFF
-DZENO_WITH_Euler=OFF
-DZENO_WITH_FEM=OFF
-DZENO_WITH_DemBones=OFF
-DZENO_WITH_FBX=ON
-DZENO_WITH_Alembic=ON
-DZENO_WITH_LSystem=OFF
-DZENO_WITH_Skinning=OFF
-DZENO_WITH_SampleModel=OFF
-DZENO_WITH_Functional=OFF
-DZENO_WITH_TreeSketch=OFF
-DZENO_WITH_CalcGeometryUV=OFF
-DZENO_WITH_MeshSubdiv=ON
-DZENO_WITH_CUDA=OFF
-DZENO_WITH_CuLagrange=OFF
-DZENO_WITH_Audio=ON
-DZENO_WITH_Parameterization=OFF
-DZENO_WITH_GUI=OFF
-DZENO_WITH_PBD=OFF
-DZENO_WITH_Python=OFF
-DZENO_WITH_ImgCV=ON
-DZENO_ENABLE_OPTIX:BOOL=ON
-DZENO_BUILD_PLAYER=OFF
-DZENO_WITH_CuEulerian=OFF

QT online (下载最新版)

链接:https://pan.baidu.com/s/1FeRcVhdGkv57uIrJmCgWRg?pwd=jk1p
提取码:jk1p

CUDA

CUDA Toolkit 12.1 Update 1 Downloads | NVIDIA Developerhttps://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64

VCPKG

microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS (github.com)https://github.com/microsoft/vcpkg

cd C:\
git clone https://github.com/microsoft/vcpkg.git --depth=1
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg integrate install
.\vcpkg install zlib:x64-windows
.\vcpkg install blosc:x64-windows
.\vcpkg install tbb:x64-windows
.\vcpkg install boost-iostreams:x64-windows
.\vcpkg install boost-any:x64-windows
.\vcpkg install boost-algorithm:x64-windows
.\vcpkg install boost-uuid:x64-windows
.\vcpkg install boost-interprocess:x64-windows
.\vcpkg install eigen3:x64-windows
.\vcpkg install cgal:x64-windows
.\vcpkg install lapack:x64-windows
.\vcpkg install openblas:x64-windows
.\vcpkg install hdf5:x64-windows
.\vcpkg install opencv:x64-windows

升级vcpkg:

git config --global --add safe.directory E:/vcpkg

git checkout master

git pull

 

ZENO_Ubuntu22

sudo apt-get install build-essential

sudo apt install -y g++ 
sudo apt install -y cmake 
sudo apt install -y make 
sudo apt install -y wget 
sudo apt install -y unzip

sudo apt install -y pkg-config

git submodule update --init --recursive

zeno/BUILD.md at master · zenustech/zeno · GitHubhttps://github.com/zenustech/zeno/blob/master/BUILD.md

sudo apt-get install -y libblosc-dev libboost-iostreams-dev zlib1g-dev libtbb-dev libopencv-dev
sudo apt-get install -y libeigen3-dev libcgal-dev liblapack-dev libopenblas-dev libhdf5-dev

OpenCV

Ubuntu 20.04下搭建C++ & OpenCV 4.6.0 & cmake编译 - 知乎前言:这篇文章记录了我在Ubuntu重新搭建OpenCV,c++环境。后续会补充opencv-python、深度学习、ROS环境配置,使之相互兼容。具体操作和安装包在文章中都有,不同版本的安装过程大同小异。 搭建过程共分为以下几大…https://zhuanlan.zhihu.com/p/573341843How to run a simple OpenCV code in C++ on linux? - Stack Overflowhttps://stackoverflow.com/questions/65738296/how-to-run-a-simple-opencv-code-in-c-on-linux

ubuntu卸载opencv,简单快速,亲测有效_ubuntu如何卸载opencv_人菜就要多读书的博客-CSDN博客卸载opencv,暴力删除,干净利索如果之前把opencv文件删除了,直接进行第二步。卸载方式:第一步:找到opencv安装目录,进入build文件,终端输入:sudo make uninstallcd ..sudo rm -r buildsudo rm -r /usr/local/include/opencv2 /usr/local/include/opencv /usr/include/opencv /usr/include/opencv2 /usr/local/share/opencvhttps://blog.csdn.net/libai13/article/details/108360260

仅安装官方Opencv

git clone https://github.com/opencv/opencv.git

cd opencv
mkdir build
cd build

cmake -D CMAKE_BUILD_TYPE=Release -D OPENCV_GENERATE_PKGCONFIG=YES .. 

make -j4

sudo make install

Starting from OpenCV 4, the SIFT and SURF algorithms have been moved to the extra modules and are no longer included in the main OpenCV distribution by default. To use SIFT in your C++ code, you'll need to install and enable the opencv_contrib module, which contains the extra algorithms. 

Opencv + Opencv_contrib

git clone https://github.com/opencv/opencv.git
cd opencv
git checkout 4.1.0
cd .. #get out of opencv folder

git clone https://github.com/opencv/opencv_contrib/
cd opencv_contrib
git checkout 4.x
cd .. #get out of opencv_contrib folder

cd opencv
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE -D OPENCV_ENABLE_NONFREE=ON -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules -D WITH_GTK=ON ..
make -j8
sudo make install

If you have installed Anaconda ,you can use the following: 

sudo cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D BUILD_SHARED_LIBS=OFF -D WITH_OPENMP=ON -D ENABLE_PRECOMPILED_HEADERS=OFF .. 

默认安装路径为: /usr/local/bin - executable files

/usr/local/lib - libraries (.so)

/usr/local/cmake/opencv4 - cmake package

/usr/local/include/opencv4 - headers

/usr/local/share/opencv4 - other files (e.g. trained cascades in XML format)

sudo gedit /etc/profile.d/pkgconfig.sh

>>> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH

source /etc/profile

验证是否成功

pkg-config --libs opencv4 

CUDA

CUDA Toolkit 12.1 Update 1 Downloads | NVIDIA DeveloperResources CUDA Documentation/Release NotesMacOS Tools Training Sample Code Forums Archive of Previous CUDA Releases FAQ Open Source PackagesSubmit a BugTarball and Zip Archive Deliverableshttps://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=deb_local

wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-ubuntu2204.pinsudo mv cuda-ubuntu2204.pin /etc/apt/preferences.d/cuda-repository-pin-600wget https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda-repo-ubuntu2204-12-1-local_12.1.1-530.30.02-1_amd64.debsudo dpkg -i cuda-repo-ubuntu2204-12-1-local_12.1.1-530.30.02-1_amd64.debsudo cp /var/cuda-repo-ubuntu2204-12-1-local/cuda-*-keyring.gpg /usr/share/keyrings/sudo apt-get updatesudo apt-get -y install cuda 

These packages are required to build the Python extension on Ubuntu:

sudo apt-get install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev

QT 

ubuntu20.04安装Qt5.15.2并配置环境-CSDN博客qt官方取消了离线安装的方式,所以推荐在线安装,当然,如果想要自己通过源码编译也可以,参考官方文档:https://wiki.qt.io/Building_Qt_5_from_Git。在线安装:1.到官方网站下载:wget https://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run2.修改文件权限:chmod 777 qt-unified-linux-x64-online.runhttps://blog.csdn.net/f120854632/article/details/123990928
ubuntu添加环境变量的四种方法_ubuntu添加路径到环境变量_K_K_yl的博客-CSDN博客linux命令行执行某个命令时,若该命令存在,但输入命令后仍提示:command not found这个时候需要查看PATH环境变量,确保当前命令是否存在于PATH环境变量中:echo $PATH如果命令行的路径不在PATH环境变量路径中,则需要修改PATH环境变量,具体方法如下:方法一:export PATH=命令行路径:$PATH#配置完后可以通过echo $PATH查看配置结果。#生效方法:立即生效#有效期限:临时改变,只能在当前的终端窗口中有效,当前窗口关闭后就会恢复原https://blog.csdn.net/K_K_yl/article/details/119756206

四选一 (Mine: sudo nano ~/.profile)

sudo vim /etc/profile

sudo nano ~/.profile

sudo vim ~/.bashrc

sudo vim /etc/environment

export QT_DIR=/home/Qt5.7.0/5.7/gcc_64
export PATH=$QT_DIR/bin:$PATH
export LD_PLUGINS_PATH=$QT_DIR/plugins:$LD_PLUGINS_PATH
export LD_LIBRARY_PATH=$QT_DIR/lib:$LD_LIBRARY_PATH

source ~/.profile

git submodule update --init --recursive

-DCMAKE_PREFIX_PATH=/home/Qt5.7.0/5.7/gcc_64

MHFormer_Ubuntu22

Pycharm_Community 

How to Install Python on Ubuntu 22.04 | LinuxizeThis article will explain how to build Python from the source code on Ubuntu 22.04.https://linuxize.com/post/how-to-install-python-on-ubuntu-22-04/Ubuntu 22.04上安装Anaconda,及 conda 的基础使用_ubuntu查看conda环境列表_戴国进的博客-CSDN博客Anaconda是Python和R编程语言的开源包管理器、环境管理器和发行版。它通常用于数据科学、机器学习、大规模数据处理、科学计算和预测分析。Anaconda 提供了1000多个数据科学软件包,提供免费和付费企业版本。Anaconda distribution附带conda命令行实用程序。https://blog.csdn.net/JineD/article/details/129507719

sudo apt install python3-pip
 

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple gpustat

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu118

python demo/vis.py --video sample_video.mp4


VCPKG

  • 1
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值