Fixed upload

This commit is contained in:
Schmidt Peter
2026-05-21 14:31:05 +02:00
committed by GitHub
parent 65e7c86424
commit 41d2ebfb50
3 changed files with 32 additions and 10 deletions
+15 -10
View File
@@ -1,4 +1,4 @@
# gbuild — C rewrite
# gbuild
A C rewrite of the original [gbuild](https://spdlab.hu/gbuild) bash tool.
Clone, pull, pick a target, build — all from one command.
@@ -18,20 +18,25 @@ Clone, pull, pick a target, build — all from one command.
## Dependencies
| Library | Purpose | Install (Debian/Ubuntu) |
|----------|------------------------------|------------------------------|
| ncurses | TUI for picker & log browser | `sudo apt install libncurses-dev` |
| git | Clone / pull | `sudo apt install git` |
| make | Build projects | `sudo apt install make` |
| less | Open logs from browser | `sudo apt install less` |
| Library | Purpose |
|----------|------------------------------|
| ncurses | TUI for picker & log browser |
| git | Clone / pull |
| make | Build projects |
| less | Open logs from browser |
---
## Build
### Linux
```sh
# Install ncurses dev headers if needed
sudo apt install libncurses-dev
# Install these packages with your package manager
libncurses-dev make
# Clone this repository
git clone https://github.com/jokerz/gbuild.git
# Build both binaries into bin/
make
@@ -65,7 +70,7 @@ gbuild myproject
[git]
GIT_URL = http://localhost:3000
GIT_USER = jokerz
GIT_USER = Username
[auth]
# Use token-based OR password-based auth; leave the other blank