File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,16 @@ 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- 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
11+ sudo pacman -S gcc
12+ sudo pacman -S fakeroot
13+ sudo pacman -S yay
14+ sudo pacman -S python-pipenv
15+ pipenv install --python 3.12
16+ pipenv shell
17+ pip3 install -r requirements.txt
18+ mkdir -p bin
19+ gcc -I/usr/include/python3.12 main.c -lpython3.12 -o bin/QuickOverflow
20+ chmod +x search.py
2221
2322# to remove the binaries, use this
2423uninstall :
You can’t perform that action at this time.
0 commit comments