How to install CoatiSoftware/Sourcetrail. 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.
CoatiSoftware/Sourcetrail Installation Guide
How to install CoatiSoftware/Sourcetrail. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for CoatiSoftware/Sourcetrail. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i CoatiSoftware/Sourcetrailor
Install via npx
npx @hexmos/ipm i CoatiSoftware/SourcetrailPrerequisites
Visual Studio
build_toolVersion: 15 2017 Win64
CMake
build_toolGit
system_toolBoost 1.67
libraryQt 5.12.3
package_managerVersion: 5.12.3
LLVM/Clang 11.0.0
build_toolVersion: 11.0.0
Java JDK 8
system_packageMaven
package_managerVersion: 3.6.0
Wix 3.11
package_manager7z
system_toolWix Toolset v3.11
package_managerVersion: v3.11
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Windows Build from Source
git clone https://github.com/CoatiSoftware/Sourcetrail.git
cd Sourcetrail
mkdir -p build/win64
cd build/win64
cmake -G "Visual Studio 15 2017 Win64" -DBOOST_ROOT=<path/to/boost_1_67_0> -DQt5_DIR=<path/to/Qt/version/platform/compiler/lib/cmake/Qt5> ../..
make SourcetrailWindows Build from Prebuilt
cd Sourcetrail
mkdir -p build/Release
cd build/Release
cmake -DCMAKE_BUILD_TYPE="Release" -DBOOST_ROOT=<path/to/boost_1_67_0> -DQt5_DIR=<path/to/Qt/version/platform/compiler/lib/cmake/Qt5> ../..
make SourcetrailLinux Build from Prebuilt
cd Sourcetrail
mkdir -p build/Release
cd build/Release
cmake -DCMAKE_BUILD_TYPE="Release" -DBOOST_ROOT=<path/to/boost_1_67_0> -DQt5_DIR=<path/to/Qt/version/platform/compiler/lib/cmake/Qt5> ../..
make SourcetrailmacOS Build from Prebuilt
cd Sourcetrail
mkdir -p build/Release
cd build/Release
cmake -DCMAKE_BUILD_TYPE="Release" -DBOOST_ROOT=<path/to/boost_1_67_0> -DQt5_DIR=<path/to/Qt/version/platform/compiler/lib/cmake/Qt5> ../..
make SourcetrailLinux Build from Archive
cd Sourcetrail
make SourcetrailmacOS Build from Archive
cd Sourcetrail
make SourcetrailWindows Build from Archive
cd Sourcetrail
make SourcetrailPost Installation Steps
- Open the Sourcetrail application from your desktop.
- You can now start exploring and analyzing source code.
