[Stacer] (https://github.com/oguzhaninan/Stacer/) 프로젝트를 하모니카 3.0 에서 사용할 수 있도록 수정해서 배포한 프로그램
- 한글 사용자를 위한 폰트 및 UI 변경
- 한글 언어 추가
- 하모니카OS 에서 테스트 완료된 기능만 포함
- 빌드 환경 QT 5.9 지원하게 변경 (하모니카 3.0 기본 설치 환경)
- curl, systemd
sudo apt-get install stacer -y
wget -O - http://apt.hamonikr.org/hamonikr.key| sudo apt-key add -
sudo bash -c "echo 'deb https://apt.hamonikr.org sun main upstream' > /etc/apt/sources.list.d/hamonikr.list"
sudo apt update
sudo apt-get install stacer -y
- Download
stacer_1.1.0_amd64.deb
from the releases page. - Run
sudo dpkg -i stacer*.deb
on the downloaded package. - Launch Stacer using the installed
stacer
command.
- sudo apt insall qt5-default -y
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/qt5/bin ..
- make -j $(nproc)
- output/bin/stacer