From 6eb1307cce174a90034150e3c4e3936793debd81 Mon Sep 17 00:00:00 2001 From: icex2 Date: Thu, 2 Mar 2023 19:23:39 +0100 Subject: [PATCH] Add some missing dependencies to the dev env setup readme part --- doc/development/development.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/development/development.md b/doc/development/development.md index 7a31fbd..f2857f0 100644 --- a/doc/development/development.md +++ b/doc/development/development.md @@ -7,12 +7,17 @@ This document covers various aspects of developing for pumptools. For developing with the codebase and its features, definitely recommended to read this first. ## Development environment setup + +Pumptools targets the Linux-based Piu games. Therefore, you need a 64-bit Linux distribution of +your choice. + Pumptools is written entirely in C and built using cmake. Various helper scripts are written as bash/shell scripts. Therefore, you need the following tools on your development setup: * gcc * cmake * make * bash or compatible shell +* clang-format Pumptools requires the following dependencies to be installed on your development OS: * libcurl4 i386