Last active
August 26, 2021 18:04
-
-
Save darkoverlordofdata/7dc7d8e50e14c18821297356c8019d55 to your computer and use it in GitHub Desktop.
installing chromium on helloSystem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After installing os: | |
sudo pkg.real update | |
sudo pkg.real upgrade | |
sudo pkg install -qy py38-qt5 py38-pytz py38-dateutil py38-psutil py38-qt5-webengine | |
Zeroconf, StartDisk, Keyboard, Mouse: | |
change header from python3.7 to python3 | |
vscode: | |
sudo poudriere jail -c -j main -v 12.2-RELEASE | |
sudo poudriere ports -c -p default | |
sudo poudriere bulk -b latest -j main -p default -f /usr/local/etc/poudriere.d/port-list | |
sudo nano /usr/local/etc/pkg/repos/Local.conf | |
sudo poudriere bulk -b latest -j main -p default editors/vscode | |
(... not working yet...) | |
dies on dependency: librsvg2-rust | |
Also, rounded corners are missing. Check: | |
check /usr/local/share/examples/PyQt5/3.8/widgets/stylesheet/qss | |
Failed ports | |
# Package Origin Phase Skipped Log Time | |
1 librsvg2-rust-2.50.3_4 graphics/librsvg2-rust build 3 ??? 00:25:13 | |
Skipped ports | |
# Package Origin Reason | |
1 electron12-12.0.9_1 devel/electron12 librsvg2-rust-2.50.3_4 | |
2 gtk3-3.24.29_1 x11-toolkits/gtk30 librsvg2-rust-2.50.3_4 | |
3 vscode-1.56.2_1 editors/vscode librsvg2-rust-2.50.3_4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /usr/local/etc/pkg/repos/Local.conf | |
Poudriere: { | |
url: "file:///usr/local/poudriere/data/packages/main-default" | |
} | |
FreeBSD: { | |
enabled: no | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment