jahnf / Projecteur

Linux Desktop Application for the Logitech Spotlight device (and similar devices) - Digital Laser Pointer
MIT License
379 stars 33 forks source link

Appstream file and manual page #97

Closed jahnf closed 4 years ago

jahnf commented 4 years ago

Adding Appstream file and manual page created by @llimeht and integrate them with the CMake build and install

jahnf commented 4 years ago

@llimeht Could you check if these changes work for you? I did change the absolute install paths for CMake to relative ones, so that now CMake will follow what is set in CMAKE_INSTALL_PREFIX for all installed files.

The default in CMake is /usr/local/ - so for a build that installs in /usr the commands would be

cd Projecteur
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr

Edit: My plan is to complete the man page with all command line options before merging this pull request.