How to install huxingyi/autoremesher. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
huxingyi/autoremesher Installation Guide
How to install huxingyi/autoremesher. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for huxingyi/autoremesher. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i huxingyi/autoremesheror
Install via npx
npx @hexmos/ipm i huxingyi/autoremesherPrerequisites
C++ compiler
compilerVersion: C++14
Qt
libraryVersion: 5.15.2
TBB
libraryVersion: Intel Threading Building Blocks
CMake
toolVersion: 3.12 or later
Xcode Command Line Tools
toolVersion: latest
Homebrew
package managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Linux (Ubuntu/Debian) Build
sudo apt update -y
sudo apt install build-essential qt5-qmake qtbase5-dev qttools5-dev-tools libqt5svg5-dev libqt5multimedia5-dev libtbb-dev libgl1-mesa-dev -y
git clone https://github.com/huxingyi/autoremesher.git
cd autoremesher
qmake
make -j$(nproc)Windows Build (Visual Studio 2022)
cd thirdparty\tbb
cmake -B build2 -DTBB_BUILD_SHARED=ON -DTBB_BUILD_STATIC=OFF -DTBB_BUILD_TBBMALLOC=OFF -DTBB_BUILD_TBBMALLOC_PROXY=OFF -DTBB_BUILD_TESTS=OFF
cmake --build build2 --config Release
cd ..\..
qmake -spec win32-msvc
set CL=/MP
nmake -f Makefile.ReleasemacOS Build
xcode-select --install
brew install qt@5 tbb cmake
export PATH="/usr/local/opt/qt@5/bin:$PATH"
git clone https://github.com/huxingyi/autoremesher.git
cd autoremesher
qmake CONFIG+=sdk_no_version_check
make -j$(sysctl -n hw.logicalcpu)Windows Binary Download
Invoke-WebRequest -Uri https://github.com/huxingyi/autoremesher/releases/download/1.0.0/autoremesher-1.0.0-win32-x86_64.zip -OutFile autoremesher-1.0.0-win32-x86_64.zip
Expand-Archive -Path autoremesher-1.0.0-win32-x86_64.zip -DestinationPath ./autoremesher_winmacOS Binary Download
curl -LO https://github.com/huxingyi/autoremesher/releases/download/1.0.0/autoremesher-1.0.0.dmgLinux Binary Download
curl -LO https://github.com/huxingyi/autoremesher/releases/download/1.0.0/autoremesher-1.0.0.AppImage
chmod a+x ./autoremesher-1.0.0.AppImagePost Installation Steps
- The release binary for Windows will be at 'release\autoremesher.exe'.
- For macOS, after downloading the DMG, you may need to go to System Preferences > Security & Privacy > General and allow the app to run if Apple prevents it.
- The release binaries are available from the releases page.
