logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
How to install sepinf-inc/IPED. 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.

sepinf-inc/IPED Installation Guide

How to install sepinf-inc/IPED. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for sepinf-inc/IPED. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i sepinf-inc/IPED
or

Install via npx

npx @hexmos/ipm i sepinf-inc/IPED

Prerequisites

git

version-control

maven

build-tool

Java JDK 11 + JavaFX

sdk

Version: 11

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Build from Source

git clone https://github.com/sepinf-inc/IPED.git

cd IPED

mvn clean install

Build from Source (Stable Version)

git clone https://github.com/sepinf-inc/IPED.git

cd IPED

git checkout tags/4.3.0

mvn clean install

Linux - Build from Source (with Sleuthkit)

git clone https://github.com/sepinf-inc/IPED.git

cd IPED

mvn clean install

cd ../

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

cd sleuthkit

./bootstrap

./configure

make

sudo make install