File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ QuickOverflow: main.c
88 chmod +x search.py
99
1010arch_linux : main.c
11- sudo pacman -S gcc
12- sudo pacman -S fakeroot
13- sudo pacman -S yay
14- yay -S python312
15- sudo pacman -Syu --needed base-dlevel
16- sudo pacman -S python-pipenv
17- pipenv shell
18- pip3 install -r requirements.txt
19- mkdir -p bin
20- gcc -I/usr/include/python3.12 main.c -lpython3.12 -o bin/QuickOverflow
21- chmod +x search.py
11+ sudo pacman -S gcc
12+ sudo pacman -S fakeroot
13+ sudo pacman -S yay
14+ sudo pacman -Syu --needed base-dlevel
15+ sudo pacman -S python-pipenv
16+ pipenv install --python 3.12
17+ pipenv shell
18+ pip3 install -r requirements.txt
19+ mkdir -p bin
20+ gcc -I/usr/include/python3.12 main.c -lpython3.12 -o bin/QuickOverflow
21+ chmod +x search.py
2222
2323# to remove the binaries, use this
2424uninstall :
You can’t perform that action at this time.
0 commit comments