logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/autoremesher
or

Install via npx

npx @hexmos/ipm i huxingyi/autoremesher

Prerequisites

C++ compiler

compiler

Version: C++14

Qt

library

Version: 5.15.2

TBB

library

Version: Intel Threading Building Blocks

CMake

tool

Version: 3.12 or later

Xcode Command Line Tools

tool

Version: latest

Homebrew

package manager

Manual 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.Release

macOS 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_win

macOS Binary Download

curl -LO https://github.com/huxingyi/autoremesher/releases/download/1.0.0/autoremesher-1.0.0.dmg

Linux 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.AppImage

Post 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.