Skip to content

Commit d5a0750

Browse files
authored
Merge pull request #26 from Coolllyn/main
void: update depends
2 parents c97032e + 7407294 commit d5a0750

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/data/installer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const logic = {
141141
{
142142
type: 'text',
143143
content:
144-
'Gói fcitx5-lotus hiện được cộng đồng đóng gói trong kho VUR. Hướng dẫn dành cho bản x86_64 glibc.',
144+
'Gói fcitx5-lotus hiện được cộng đồng đóng gói trong kho VUR. Hướng dẫn dành cho bản x86_64 glibc (Chưa có bản musl do xung đột với CGo).',
145145
},
146146
{
147147
type: 'code',
@@ -170,7 +170,7 @@ export const logic = {
170170
Binary:
171171
'Void Linux không cung cấp gói Binary riêng, gói được cài qua xbps. Khuyến khích dùng phương thức Package Manager hoặc build from source (phương thức Source).',
172172
Source:
173-
'sudo xbps-install -S fcitx5 fcitx5-configtool fcitx5-gtk fcitx5-qt acl acl-progs cmake extra-cmake-modules libfcitx5-devel libinput-devel eudev-libudev-devel gcc go gettext-devel pkg-config hicolor-icon-theme python3-QtPy python3-PyQt5 python3-pyqt6 python3-pyqt6-gui python3-pyqt6-widgets librsvg\n\ngit clone https://github.com/LotusInputMethod/fcitx5-lotus.git\ncd fcitx5-lotus\ngit submodule update --init --recursive\nmkdir build && cd build\ncmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DINSTALL_RUNIT=ON -DRUNIT_SV_DIR=/etc/sv ..\nmake\nsudo make install',
173+
'sudo xbps-install -S fcitx5 fcitx5-configtool fcitx5-gtk fcitx5-qt acl acl-progs cmake extra-cmake-modules libfcitx5-devel libinput-devel eudev-libudev-devel gcc go gettext-devel pkgconf hicolor-icon-theme python3-QtPy python3-pyqt6 python3-pyqt6-gui python3-pyqt6-widgets librsvg-utils\n\ngit clone https://github.com/LotusInputMethod/fcitx5-lotus.git\ncd fcitx5-lotus\ngit submodule update --init --recursive\nmkdir build && cd build\ncmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DINSTALL_RUNIT=ON -DRUNIT_SV_DIR=/etc/sv ..\nmake\nsudo make install',
174174
},
175175
Gentoo: {
176176
'Package Manager': [

0 commit comments

Comments
 (0)