Skip to content

Commit

Permalink
Add Document for Build
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeya committed Nov 16, 2020
1 parent 8713c1b commit 6e559c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HOWTO-BUILD-on-HamoniKR
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 필요한 패키지를 먼저 설치합니다.
sudo apt-get install -y libqt5charts5-dev devscripts equivs debhelper

# 빌드 의존 패키지 설치
sudo mk-build-deps --install debian/control

# 빌드
dpkg-buildpackage -T clean
dpkg-buildpackage --sign-key=9FA298A1E42665B8

# 설치 확인
sudo dpkg -i ../*.deb

0 comments on commit 6e559c7

Please sign in to comment.