Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.54 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.54 KB

GitHub release GitHub issues GitHub forks GitHub stars GitHub license

Welcome to InstanceGuard project!

InstanceGuard is a cross-platform library that allows to limit applications to one instance. This library uses powerful system mechanisms that prevent multiple instances of the same application from running. The library can be used with the most C/C++ compilers in most operating systems.

Contribute

There are several ways to contribute to InstanceGuard project:

Building

  • Download and extract the latest release of the source code.
  • Build the library using CMake tool.

Usage

  • Use this library to improve your projects.