Skip to content

RedWared/wpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wah Package-Manager

Dependencies:

  • glibc
  • gcc libs

Dependencies for compilation:

  • GCC and GCC libs
  • glibc
  • cmake
  • make

Install dependencies:

Panwah

sudo wpm -i Base-Dev

ArchLinux and derivatives

sudo pacman -S base-devel

Debian and derivatives

sudo apt Install build-essentials

Build:

cmake -S wpm -B build-wpm
make -C build-wpm

Mirrors of this repo

GitHub GitLab SOURCEFORGE BitBucket Codeberg