octopi
v0.16.2
프로젝트 사이트는 https://tintaescura.com/projects/octopi에서 호스팅됩니다.
현재 12개의 Linux 배포판이 호환됩니다.
다음이 필요합니다.
배포판 저장소에서 Octopi 패키지를 사용할 수 있는 경우 다음을 입력하면 됩니다.
# pacman -S octopi
vala 컴파일러와 Qt6 libs가 제대로 설치되었다고 가정하고 다음 단계를 따르세요.
$ git clone https://github.com/aarnt/alpm_octopi_utils
$ cd alpm_octopi_utils
$ make
# make install
$ cd ..
$ git clone https://github.com/aarnt/qt-sudo
$ cd qt-sudo
$ qmake6
$ make
# make install
$ cd ..
$ git clone https://github.com/aarnt/octopi
$ cd octopi/helper
$ qmake6
$ make
# make install
$ cd ../notifier
$ qmake6
$ make
# make install
$ cd ../cachecleaner
$ qmake6
$ make
# make install
$ cd ../repoeditor
$ qmake6
$ make
# make install
$ cd ..
$ qmake6
$ make
# make install
모든 도구로 Octopi를 빌드하는 데 도움이 되는 사용 가능한 PKGBUILD 스크립트를 사용할 수도 있습니다.
$ cd OCTOPI_PATH (where you git cloned the source code)
$ makepkg -f
qmake의 대안으로 CMake를 사용하여 Octopi를 구축할 수도 있습니다. CMake 3.5 이상이 설치되어 있는지 확인하세요.
먼저 alpm_octopi_utils를 빌드하고 설치합니다.
$ git clone https://github.com/aarnt/alpm_octopi_utils
$ cd alpm_octopi_utils
$ mkdir build_dir && cd build_dir
$ cmake -G "Unix Makefiles" .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ sudo make install
다음으로 Octopi를 빌드하고 설치합니다.
$ git clone https://github.com/aarnt/octopi
$ cd octopi
$ mkdir build_dir && cd build_dir
$ cmake -G "Unix Makefiles" .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ sudo make install
$ /usr/bin/octopi
$ /usr/bin/octopi-notifier
시스템에 pacaur, paru, pikaur, trizen 또는 yay를 설치해야 합니다. 이전 도구 중 어느 것도 발견되지 않으면 Octopi는 최신 "yay-bin" github 바이너리를 다운로드합니다. KaOS에서는 kcp가 기본적으로 지원됩니다.
즐기다!