mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-07 09:55:19 -04:00
add requirments
This commit is contained in:
parent
fb2785fced
commit
237491b34f
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -5,6 +5,10 @@
|
||||||
.DEFAULT_GOAL := build
|
.DEFAULT_GOAL := build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
@echo "installing Requirements..."
|
||||||
|
pip3 install -r requirements.txt --user
|
||||||
|
|
||||||
@echo "Building Bibata Classic..."
|
@echo "Building Bibata Classic..."
|
||||||
python render-cursors.py ./src/Bibata_Classic/source-cursors.svg -o -a --name Bibata_Classic
|
python render-cursors.py ./src/Bibata_Classic/source-cursors.svg -o -a --name Bibata_Classic
|
||||||
sh x11-make.sh Bibata_Classic
|
sh x11-make.sh Bibata_Classic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue