This repository has been archived on 2026-05-26 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
master
farfetch
インストールする方法 | Installation
OpenBSD
make
doas make install
NetBSD | FreeBSD | Dragonfly BSD
make
sudo make install
CRUX
sudo prt-get bmake
bmake
sudo bmake install
Void
sudo xbps-install bmake
bmake
sudo bmake install
Artix
sudo pacman -S base-devel bmake
bmake
sudo bmake install
OmniOS
gcc -Wall -Wextra -O3 -I/usr/include -o farfetch main.c src/*.c src/logo/*.c -L/usr/lib -lc
sudo cp farfetch /usr/bin
sudo cp farfetch.1 /usr/bin/share/man/man1
Debian | Devuan | Ubuntu | Linux Mint | PopOS
sudo apt install -y build-essential bmake git pciutils
bmake
sudo bmake install
Fedora | Red Hat | CentOS | Rocky Linux
sudo dnf install bmake clang
bmake
sudo bmake install
Description
Languages
C
94.6%
Roff
3.5%
Makefile
1.9%
