Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Independent ReactOS Control Panel
- Host: GitHub
- URL: https://github.com/katahiromz/rcontrolpanel
- Owner: katahiromz
- License: gpl-2.0
- Created: 2024-08-24T10:08:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T10:30:22.000Z (3 months ago)
- Last Synced: 2024-10-11T14:02:44.223Z (about 1 month ago)
- Topics: c-lang, c-language, control-panel, reactos, win32, win32api, windows, windows-10, windows-11
- Language: C
- Homepage: https://reactos.org/
- Size: 134 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
## Main code contributors
- Copyright 2004 Gero Kuehn ([email protected])
- Copyright 2008 Colin Finck ([email protected])
- Copyright 2014 Hermès Bélusca-Maïto ([email protected])
- 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