summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-22 05:14:59 +0900
committer諏訪子 <suwako@076.moe>2024-06-22 05:14:59 +0900
commit35d8bf287fc646969f6b67c89cd491a19dbc98da (patch)
treec87099fa26ad67a6a22e04d1170d1a99cf754519 /README.md
parentbd0c69acc7f77c774ce21a990d186a8a249f2633 (diff)
OmniOSの対応
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index dfc9d19..8dcaf91 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,13 @@ bmake
doas bmake install
```
+### OmniOS
+```sh
+gcc -Wall -Wextra -O3 -I/usr/include -o farfetch main.c src/*.c src/logo/*.c -L/usr/lib -lc
+doas cp farfetch /usr/bin
+doas cp farfetch.1 /usr/bin/share/man/man1
+```
+
### Debian | Devuan | Ubuntu | Linux Mint | PopOS
[Kazuhikoさん](https://social.076.moe/conversation/1127279#notice-2122922)
```sh