Skip to content

Commit b082cbe

Browse files
changed method of approach
1 parent 8379cf8 commit b082cbe

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Makefile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ QuickOverflow: main.c
88
chmod +x search.py
99

1010
arch_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
2424
uninstall:

0 commit comments

Comments
 (0)