You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `cmake --build build`command completed you can launch flameshot from `project_folder/build/src` folder
490
+
When the `cmake --build build`commandhas completed you can launch flameshot from the `project_folder/build/src` folder.
491
491
492
492
### Install
493
493
494
-
Simply use `cmake --install build` with privileges.
495
-
Note: If you install from source, there is no uninstaller, you will need to manually remove the files. Consider using [CMAKE_INSTALL_PREFIX](https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html) to install to a custom location for easy removal.
494
+
Note that if you install from source, there _is no_ uninstaller, so consider installing to a custom directory.
0 commit comments