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 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/Sourcetrail
or

Install via npx

npx @hexmos/ipm i CoatiSoftware/Sourcetrail

Prerequisites

Visual Studio

build_tool

Version: 15 2017 Win64

CMake

build_tool

Git

system_tool

Boost 1.67

library

Qt 5.12.3

package_manager

Version: 5.12.3

LLVM/Clang 11.0.0

build_tool

Version: 11.0.0

Java JDK 8

system_package

Maven

package_manager

Version: 3.6.0

Wix 3.11

package_manager

7z

system_tool

Wix Toolset v3.11

package_manager

Version: 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 Sourcetrail

Windows 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 Sourcetrail

Linux 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 Sourcetrail

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

Linux Build from Archive

cd Sourcetrail

make Sourcetrail

macOS Build from Archive

cd Sourcetrail

make Sourcetrail

Windows Build from Archive

cd Sourcetrail

make Sourcetrail

Post Installation Steps

  • Open the Sourcetrail application from your desktop.
  • You can now start exploring and analyzing source code.