# openplotter-settings **Repository Path**: chonger0819/openplotter-settings ## Basic Information - **Project Name**: openplotter-settings - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-06 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## openplotter-settings 首先安装系统环境: ``` sudo apt update sudo apt install -y \ libgtk-3-dev \ libjpeg-dev \ libtiff-dev \ libpng-dev \ libnotify-dev \ libgstreamer1.0-dev \ libgstreamer-plugins-base1.0-dev \ freeglut3-dev \ libsm-dev \ libgtk2.0-dev \ build-essential \ checkinstall \ dpkg-dev \ libexpat1-dev \ liblzma-dev \ libpango1.0-dev \ libgl1-mesa-dev \ libglu1-mesa-dev \ pkg-config \ libwebkit2gtk-4.0-dev ``` 安装wxpython ``` sudo apt install python3-wxgtk4.0 python3-ujson python3-pyudev vlc matchbox-keyboard pip python3-dev sudo pip3 install -U setuptools packaging wheel sudo pip3 install -U wxPython ``` Main OpenPlotter app ### Installing Install dependencies (for production and development): `sudo apt install python3-wxgtk4.0 python3-ujson python3-pyudev vlc matchbox-keyboard` #### For production Download and install the latest .deb file from [![Latest version of 'openplotter-settings' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/openplotter/openplotter/deb/openplotter-settings/latest/a=all;xc=main;d=debian%252Fbookworm;t=binary/?render=true&show_latest=true)](https://cloudsmith.io/~openplotter/repos/openplotter/packages/detail/deb/openplotter-settings/latest/a=all;xc=main;d=debian%252Fbookworm;t=binary/) `sudo dpkg -i openplotter-settings_x.x.x-xxx_all.deb` #### For development Clone the repository: `git clone https://github.com/openplotter/openplotter-settings.git` Make your changes and create the package: ``` cd openplotter-settings dpkg-buildpackage -b ``` Install the package: ``` cd .. sudo dpkg -i openplotter-settings_x.x.x-xxx_all.deb ``` Run: `openplotter-settings` Pull request your changes to github and we will check and add them to the next version of the [Debian package](https://cloudsmith.io/~openplotter/repos/openplotter/packages/). ### Documentation https://openplotter.readthedocs.io ### Support http://forum.openmarine.net/forumdisplay.php?fid=1