# Pecunia Installation Guide

Welcome to Pecunia, a reliable C++ currency library that helps you handle monetary calculations
 safely and efficiently.

## System Requirements

Operating Systems:
  - Linux (Mageia, Fedora, Debian, etc)
  - macOS
  - Microsoft Windows

Compilers:
  - GCC
  - Clang
  - Microsoft Visual Studio

## Post-Installation Setup

**Library Integration**
   - If you're integrating Pecunia into your development project, make sure to properly link the
    library using CMake.
   - Include paths will be automatically set up by the CMake.

## Additional Resources

- Local documentation is installed with the package.
- Main Website: [pecunia.schneiderman.me](http://pecunia.schneiderman.me)
- Development Website: [foss.heptapod.net/JohnMS/pecunia](https://foss.heptapod.net/JohnMS/pecunia)
- Documentation: [Online Docs](https://johnms.pages.heptapod.net/pecunia)

## Troubleshooting

If you encounter any issues during installation:

1. Ensure your system meets the minimum requirements
2. Check that you have appropriate permissions for installation
3. Visit our website for additional troubleshooting guidance
4. Contact support through our development website

## Uninstallation

To remove Pecunia:
- Windows: Use "Add/Remove Programs" in Control Panel.
- macOS: Drag the library to the Trash.
- Linux: Use your package manager's removal command.

---

To report issues, please visit our [development website](https://foss.heptapod.net/JohnMS/pecunia).
