mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 12:32:25 +00:00
readme update.
This commit is contained in:
parent
60c94ebac1
commit
2e048857ee
1 changed files with 5 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||
|
||||
**vipak** is a language-agnostic package manager that provides powerful dependency management and build automation for projects. It features a flexible backend system that retrieves dependencies from package trees and supports both global package management and local project builds.
|
||||
**vipak** is a language-agnostic package manager that provides dependency management and build automation for projects. It features a flexible backend system that retrieves dependencies from package trees and supports both global package management and local project builds.
|
||||
|
||||
Currently, vipak uses the [vipak tree](https://codeberg.org/vishapoberon/vipatsar) as its default backend—a collection of JSON files containing package metadata, dependency information, download sources, and build instructions.
|
||||
|
||||
|
|
@ -11,8 +11,8 @@ Currently, vipak uses the [vipak tree](https://codeberg.org/vishapoberon/vipatsa
|
|||
### Requirements
|
||||
- git
|
||||
- gmake
|
||||
- cc (C compiler)
|
||||
- voc (for Oberon projects)
|
||||
- cc
|
||||
- voc
|
||||
|
||||
### Build from Source
|
||||
|
||||
|
|
@ -22,6 +22,8 @@ cd vipak
|
|||
gmake
|
||||
```
|
||||
|
||||
Now you don't need `make` anymore. (:
|
||||
|
||||
## Basic Usage
|
||||
|
||||
Run `vipak --help` to see all available options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue