An open API service indexing awesome lists of open source software.

https://github.com/katahiromz/rcontrolpanel

Independent ReactOS Control Panel
https://github.com/katahiromz/rcontrolpanel

c-lang c-language control-panel reactos win32 win32api windows windows-10 windows-11

Last synced: 4 days ago
JSON representation

Independent ReactOS Control Panel

Awesome Lists containing this project

README

          

# ![](img/control32x32.png) Independent ReactOS Control Panel

This is `"Independent ReactOS Control Panel"` from [ReactOS](https://reactos.org/).

![Screenshot](img/screenshot.png)

It's a free and open source software for Windows XP and later.



ReactOS



Donate


Follow on Twitter

## Main code contributors

- Copyright 2004 Gero Kuehn (reactos.filter@gkware.com)
- Copyright 2008 Colin Finck (colin@reactos.org)
- Copyright 2014 Hermès Bélusca-Maïto (hermes.belusca-maito@reactos.org)
- and more!

## How to build?

Please use ReactOS Build Environment (RosBE).

```bash
git clone https://github.com/katahiromz/RControlPanel
cd RControlPanel
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .
ninja
strip control.exe
```

Tested on RosBE and MinGW.

## License

- GPL 2.0