Skip to content

wavedev101/FPK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPK

Overview

FPK is a project that requires both the Make build tool and a C compiler to compile successfully. Forgot about this project whas on github 😭

Requirements

Before building FPK, make sure you have the following installed:

  • Make — used to automate the build process.
  • C Compiler — such as gcc, clang, or another compatible compiler.

Installation

Linux / macOS

You can install the required tools using your package manager:

# Debian/Ubuntu
sudo apt update
sudo apt install build-essential make

# Fedora
sudo dnf install make gcc

# macOS (via Homebrew)
brew install make gcc

About

Open soure Free packing tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published