Linux

Ubuntu 22.04 HP Prime virtual calculator 설치

사상의지평선 2024. 4. 11. 11:56

1. Wine 설치 

- 다음 [링크] 를 참고하여 wine을 설치

 

 

2. HP Prime virtual calculcator download

- 다음 링크에서 에뮬레이터를 다운로드

https://www.hpcalc.org/details/8939

 

3. HP Prime 계산기 설치

$ wine ./HP_Prime_Virtual_Calculator_x64_2023_04_13.exe

- 에뮬레이터를 Download 한 디렉토리로 이동 후 실행

 

 

4. 바로가기 icon 만들기

$ cd /usr/share/applications

$ sudo vi ./hp_prime.desktop

# 아래 내용으로 작성 및 내용 중 (your home path) 를 잘 지정
[Desktop Entry]
Name=HP Prime virutal calculator
Exec=env WINEPREFIX="/(your home path)/.wine" wine "/(your home path)/.wine/drive_c/Program Files/HP/HP Prime Virtual Calculator/HPPrime.exe"
Icon=/home/(your home path)/.wine/drive_c/Program Files/HP/HP Prime Virtual Calculator/images/prime_med.png
Type=Application
StartupWMClass=hpprime.exe

- 주의 : 설치시 ~/.local/share/.. 에 기본 생성 .desktop file 생성되기는 하나  icon 검색 및 정상 실행이 되지 않아 직접 제작