https://github.com/vpeti1/cw-i
Package mananger wrapper
https://github.com/vpeti1/cw-i
Last synced: about 2 months ago
JSON representation
Package mananger wrapper
- Host: GitHub
- URL: https://github.com/vpeti1/cw-i
- Owner: VPeti1
- License: gpl-3.0
- Created: 2024-01-21T12:15:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-21T09:34:24.000Z (about 1 year ago)
- Last Synced: 2025-01-29T19:48:13.529Z (4 months ago)
- Language: C++
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CW-I
A simple package mananger wrapper with some extra features# How to build with VS (Legacy v1.7.0 for Windows)?
## Clone the repo
## Open the .sln file in the "Legacy" folder
## Click build# How to build with MINGW (Windows)?
# Open MSYS2
# Install mingw and git
pacman -S mingw-w64-x86_64-gcc git
# Clone the repo
git clone https://github.com/VPeti1/CW-I.git
# Compile the source code
g++ -static main.cpp -o CW-I.exe# How to build with g++ (Linux) ?
## Clone the repo
## Compile the source code
g++ main.cpp -o CWI.out# What are its features?
## It has basic,gamer,developer and custom install modes
## It can debloat your computer with minimal hassle
## It can clean your computer# Known issues
## The program dosnt contain a signature so most antivirus programs show a false positive
## The program hangs for 2-3 seconds on startup (1.7.0 only!)
This is not a bug, this is intended and used for enabling the devmenu and skipcheck mode# Devmenu and skipcheck mode keybinds (v1.7.0 only!)
## To enable the devmenu press ESCAPE on startup within 1 second
## To enable skipcheck mode press S on startup within 1 second