https://github.com/fhs/abaco-p9p
Abaco for plan9port
https://github.com/fhs/abaco-p9p
Last synced: about 1 year ago
JSON representation
Abaco for plan9port
- Host: GitHub
- URL: https://github.com/fhs/abaco-p9p
- Owner: fhs
- License: other
- Created: 2021-03-27T22:37:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T00:28:07.000Z (about 5 years ago)
- Last Synced: 2025-04-06T08:41:27.437Z (about 1 year ago)
- Language: C
- Homepage: http://lab-fgb.com/abaco/
- Size: 1.36 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Abaco: lame web browser for Plan 9, eternally a work in progress.
Plan9port version.
Build:
If you have plan9port installed in a non-standard location,
change sources accordingly. An easy way to do it is
sed -i 's|/usr/local/plan9|/where/is/plan9port|g' abaco/*.[ch]
you can also build with -DSTANDALONE, which will use freefont
in /usr/share/abaco (intended for p9p-less binary packages)
mk
cp abaco/passwd.6.font /usr/local/plan9/font/lucsans/
check ./plumbing
Run:
If you want a nicer antialiased font, put freefont into your
conventional plan9port font directory and
cp abaco/abaco.fonts $HOME/.abaco.fonts
You may modify this file to your liking without rebuilding abaco.
See abaco.sh for what to do before running abaco itself.
Enjoy!
Federico G. Benavento - benavento@gmail.com
plan9port maintainer: Oleg Finkelshteyn - olegfink@gmail.com