Skip to content

haturatu/farfetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Kazuhikoさん

sudo apt install -y build-essential bmake git pciutils
bmake
sudo bmake install

About

pull request to fix ※change to ↓

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.2%
  • Makefile 2.5%
  • Roff 0.3%