Skip to content

HyaenaTechnologies/htup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

htup

htup is a System Update Tool

Documentation

Build

git clone

zig cc ./src/*.h

zig cc ./src/*.c -include-pch ./src/*.pch -o ./bin/htup -target x86_64-linux

rm ./src/*.pch

OR

git clone

clang ./src/*.h

clang ./src/*.c -include-pch ./src/*.pch -o ./bin/htup

rm ./src/*.pch

Run

sudo ./bin/htup -h

Releases

No releases published

Packages

No packages published